dnet45/modules/open-science-observatory-ui/branches/tabs-child-routes/tsconfig.json @ 62662
1 | 57592 | stefania.m | {
|
---|---|---|---|
2 | "compileOnSave": false, |
||
3 | "compilerOptions": { |
||
4 | "baseUrl": "./", |
||
5 | 61353 | stefania.m | "downlevelIteration": true, |
6 | "importHelpers": true, |
||
7 | 57592 | stefania.m | "outDir": "./dist/out-tsc", |
8 | "sourceMap": true, |
||
9 | "declaration": false, |
||
10 | 61353 | stefania.m | "module": "es2020", |
11 | 57592 | stefania.m | "moduleResolution": "node", |
12 | "experimentalDecorators": true, |
||
13 | 61353 | stefania.m | "target": "es2015", |
14 | 57592 | stefania.m | "typeRoots": [ |
15 | "node_modules/@types" |
||
16 | ], |
||
17 | "lib": [ |
||
18 | "es2018", |
||
19 | "dom" |
||
20 | ] |
||
21 | } |
||
22 | }
|