1 |
ee1670e3
|
hlavja
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
2 |
|
|
{
|
3 |
|
|
"compileOnSave": false,
|
4 |
|
|
"compilerOptions": {
|
5 |
|
|
"baseUrl": "./",
|
6 |
|
|
"outDir": "./dist/out-tsc",
|
7 |
|
|
"sourceMap": true,
|
8 |
|
|
"declaration": false,
|
9 |
|
|
"downlevelIteration": true,
|
10 |
|
|
"experimentalDecorators": true,
|
11 |
|
|
"moduleResolution": "node",
|
12 |
|
|
"importHelpers": true,
|
13 |
|
|
"target": "es2015",
|
14 |
|
|
"module": "es2020",
|
15 |
|
|
"lib": [
|
16 |
|
|
"es2018",
|
17 |
|
|
"dom"
|
18 |
|
|
]
|
19 |
|
|
},
|
20 |
|
|
"angularCompilerOptions": {
|
21 |
|
|
"enableI18nLegacyMessageIdFormat": false
|
22 |
|
|
}
|
23 |
|
|
}
|