2018-01-23 11:07:39 +01:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2021-07-14 17:41:12 +02:00
|
|
|
"baseUrl": "./",
|
|
|
|
"downlevelIteration": true,
|
2018-01-23 11:07:39 +01:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2021-07-14 17:41:12 +02:00
|
|
|
"module": "es2020",
|
2018-01-23 11:07:39 +01:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"experimentalDecorators": true,
|
2021-07-14 17:41:12 +02:00
|
|
|
"importHelpers": true,
|
2022-09-23 14:51:21 +02:00
|
|
|
"target": "es2020",
|
2018-01-23 11:07:39 +01:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
2021-07-14 17:41:12 +02:00
|
|
|
"es2018",
|
2018-01-23 11:07:39 +01:00
|
|
|
"dom"
|
2021-07-14 17:41:12 +02:00
|
|
|
]
|
2023-02-13 14:52:22 +01:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"strictTemplates": true
|
|
|
|
}
|
2021-07-14 17:41:12 +02:00
|
|
|
}
|