UNPKG

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