Sudarshan Kumar | 1515595 | 2019-12-18 22:32:06 +0530 | [diff] [blame^] | 1 | { |
2 | "compileOnSave": false, | ||||
3 | "compilerOptions": { | ||||
4 | "baseUrl": "./", | ||||
5 | "outDir": "./dist/out-tsc", | ||||
6 | "sourceMap": true, | ||||
7 | "declaration": false, | ||||
8 | "module": "esnext", | ||||
9 | "moduleResolution": "node", | ||||
10 | "emitDecoratorMetadata": true, | ||||
11 | "experimentalDecorators": true, | ||||
12 | "target": "es5", | ||||
13 | "typeRoots": [ | ||||
14 | "node_modules/@types" | ||||
15 | ], | ||||
16 | "lib": [ | ||||
17 | "es2018", | ||||
18 | "dom" | ||||
19 | ] | ||||
20 | } | ||||
21 | } |