2021-02-01 22:53:31 +02:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
2019-11-29 19:31:34 +02:00
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
|
"sourceMap": true,
|
2025-06-02 23:16:32 +03:00
|
|
|
"esModuleInterop": true,
|
2019-11-29 19:31:34 +02:00
|
|
|
"declaration": false,
|
|
|
|
|
"experimentalDecorators": true,
|
2025-12-05 11:24:44 +02:00
|
|
|
"moduleResolution": "bundler",
|
2019-11-29 19:31:34 +02:00
|
|
|
"importHelpers": true,
|
2023-04-22 16:48:11 +03:00
|
|
|
"target": "ES2022",
|
2021-02-01 22:53:31 +02:00
|
|
|
"module": "es2020",
|
2019-11-29 19:31:34 +02:00
|
|
|
"lib": [
|
|
|
|
|
"es2018",
|
|
|
|
|
"dom"
|
2023-04-22 16:48:11 +03:00
|
|
|
],
|
|
|
|
|
"useDefineForClassFields": false
|
2019-11-29 19:31:34 +02:00
|
|
|
}
|
|
|
|
|
}
|