blowfish/node_modules/@braintree/sanitize-url/tsconfig.json
2023-01-29 22:30:24 +00:00

11 lines
208 B
JSON

{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"strict": true,
"target": "es5",
"lib": ["es2015", "dom"]
},
"include": ["./src/**/*"],
"exclude": ["**/__tests__/*"]
}