UNPKG

577 BJSONView Raw
1{
2 "compileOnSave": true,
3 "compilerOptions": {
4 "module": "commonjs",
5 "target": "es5",
6 "outDir": "lib",
7 "declaration": true,
8 "sourceMap": true,
9 "experimentalDecorators": true,
10 "emitDecoratorMetadata": true,
11 "strictNullChecks": true,
12 "noUnusedLocals": true,
13 "noImplicitReturns": true,
14 "noImplicitThis": true,
15 "noImplicitAny": true,
16 "suppressImplicitAnyIndexErrors": true,
17 "jsx": "react",
18 "lib": [
19 "es2015.promise",
20 "es5",
21 "dom"
22 ]
23 },
24 "include": [
25 "src/**/*.ts",
26 "src/**/*.tsx"
27 ]
28}