elinuxhenrik | f507d92 | 2020-03-19 14:52:24 +0100 | [diff] [blame] | 1 | { |
| 2 | "compileOnSave": false, |
| 3 | "compilerOptions": { |
| 4 | "baseUrl": "./", |
| 5 | "downlevelIteration": true, |
| 6 | "outDir": "./dist/out-tsc", |
| 7 | "sourceMap": true, |
| 8 | "declaration": false, |
| 9 | "module": "esnext", |
| 10 | "moduleResolution": "node", |
| 11 | "emitDecoratorMetadata": true, |
| 12 | "experimentalDecorators": true, |
| 13 | "importHelpers": true, |
Lathish | b339e7a | 2020-12-08 21:55:51 +0000 | [diff] [blame^] | 14 | "resolveJsonModule": true, |
elinuxhenrik | f507d92 | 2020-03-19 14:52:24 +0100 | [diff] [blame] | 15 | "target": "es5", |
| 16 | "typeRoots": [ |
| 17 | "node_modules/@types" |
| 18 | ], |
| 19 | "lib": [ |
| 20 | "es2018", |
| 21 | "dom" |
| 22 | ] |
| 23 | } |
| 24 | } |