UNPKG

382 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es5",
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "sourceMap": true,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "lib": [ "es2015", "dom" ],
10 "noImplicitAny": true,
11 "suppressImplicitAnyIndexErrors": true
12 },
13 "include": [
14 "app/*.ts"
15 ],
16 "exclude": [
17 "node_modules/*"
18 ]
19}