source: node_modules/@braintree/sanitize-url/tsconfig.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 239 bytes
Line 
1{
2 "compilerOptions": {
3 "outDir": "./dist",
4 "allowJs": true,
5 "strict": true,
6 "target": "es5",
7 "resolveJsonModule": true,
8 "lib": ["es2015", "dom"]
9 },
10 "include": ["./src/**/*"],
11 "exclude": ["**/__tests__/*"]
12}
Note: See TracBrowser for help on using the repository browser.