UNPKG

588 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es6",
4 "sourceMap": true,
5 "module": "commonjs",
6 "moduleResolution": "node",
7 "isolatedModules": false,
8 "jsx": "react",
9 "experimentalDecorators": true,
10 "emitDecoratorMetadata": true,
11 "declaration": false,
12 "noImplicitAny": false,
13 "removeComments": true,
14 "noLib": false,
15 "preserveConstEnums": true,
16 "suppressImplicitAnyIndexErrors": true,
17 "strictNullChecks": true,
18 "outDir": "dist"
19 },
20 "exclude": [
21 "node_modules"
22 ],
23 "awesomeTypescriptLoaderOptions": {
24 "forkChecker": true
25 }
26}
\No newline at end of file