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