blowfish/node_modules/@braintree/sanitize-url/tsconfig.json

12 lines
208 B
JSON
Raw Permalink Normal View History

2023-01-29 16:30:24 -06:00
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"strict": true,
"target": "es5",
"lib": ["es2015", "dom"]
},
"include": ["./src/**/*"],
"exclude": ["**/__tests__/*"]
}