commit | author | age | ||
2f5b9b | 1 | { |
B | 2 | "compileOnSave": false, |
3 | "compilerOptions": { | |
4 | "outDir": "./dist/out-tsc", | |
5 | "baseUrl": "src", | |
6 | "sourceMap": true, | |
7 | "declaration": false, | |
8 | "moduleResolution": "node", | |
9 | "emitDecoratorMetadata": true, | |
10 | "experimentalDecorators": true, | |
11 | "target": "es5", | |
12 | "typeRoots": [ | |
13 | "node_modules/@types" | |
14 | ], | |
15 | "lib": [ | |
16 | "es2016", | |
17 | "dom" | |
18 | ] | |
19 | } | |
20 | } |