2021-10-03 17:40:30 +02:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
2022-12-07 20:56:34 +01:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2021-10-03 17:40:30 +02:00
|
|
|
"declaration": false,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
2022-12-07 18:25:03 +01:00
|
|
|
"target": "es2022",
|
|
|
|
"module": "es2022",
|
2021-10-03 17:40:30 +02:00
|
|
|
"lib": [
|
2022-12-07 18:25:03 +01:00
|
|
|
"es2022",
|
2021-10-03 17:40:30 +02:00
|
|
|
"dom"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|