UNPKG

671 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "lib",
4 "target": "es5",
5 "module": "commonjs",
6 "sourceMap": true,
7 "moduleResolution": "node",
8 "isolatedModules": false,
9 "jsx": "react",
10 "experimentalDecorators": true,
11 "emitDecoratorMetadata": true,
12 "declaration": true,
13 "removeComments": true,
14 "noLib": false,
15 "skipLibCheck": true,
16 "preserveConstEnums": true,
17 "suppressImplicitAnyIndexErrors": true,
18 "pretty": true,
19 "strictNullChecks": true,
20 "noImplicitAny": true,
21 "noImplicitReturns": true,
22 "noFallthroughCasesInSwitch": true,
23 "noUnusedLocals": true,
24 "lib": ["dom", "dom.iterable", "esnext"]
25 }
26}