UNPKG

704 BJSONView Raw
1{
2 "compileOnSave": true,
3 "compilerOptions": {
4 "allowSyntheticDefaultImports": true,
5 "lib": [
6 "dom",
7 "es2015",
8 "es2016"
9 ],
10 "jsx": "preserve",
11 "target": "es2016",
12 "module": "es2015",
13 "moduleResolution": "node",
14 "noImplicitAny": false,
15 "noUnusedLocals": false,
16 "noUnusedParameters": false,
17 "removeComments": true,
18 "preserveConstEnums": true,
19 "sourceMap": true,
20 "skipLibCheck": true,
21 "allowJs": false,
22 "strictNullChecks": false,
23 "declaration": false
24 },
25 "exclude": [
26 "node_modules",
27 "**/*.spec.ts"
28 ]
29}
\No newline at end of file