source:
node_modules/@braintree/sanitize-url/tsconfig.json
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 239 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 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.