UNPKG

682 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es5",
4 "module": "commonjs",
5 "allowJs": false,
6 "noImplicitAny": false,
7 "outDir": "build/",
8 "rootDir": "src/",
9 "sourceMap": true,
10 "moduleResolution": "node",
11 "emitDecoratorMetadata": true,
12 "experimentalDecorators": true,
13 "strictNullChecks": false
14 },
15 "include": [
16 "src/**/*.ts"
17 ],
18 // "exclude": [
19 // "node_modules",
20 // "web",
21 // "dist",
22 // "docker",
23 // "src/web/**/*",
24 // "src/ref/"
25 // ],
26 "compileOnSave": false,
27 "typingOptions": {
28 "enableAutoDiscovery": true
29 }
30}
\No newline at end of file