2020-10-27 01:10:18 +01:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
|
"sourceMap": true,
|
2025-06-27 14:06:40 -07:00
|
|
|
"esModuleInterop": true,
|
2020-10-27 01:10:18 +01:00
|
|
|
"declaration": false,
|
|
|
|
|
"experimentalDecorators": true,
|
2025-06-27 14:06:40 -07:00
|
|
|
"moduleResolution": "bundler",
|
2020-10-27 01:10:18 +01:00
|
|
|
"importHelpers": true,
|
2023-01-11 23:10:16 -08:00
|
|
|
"target": "ES2022",
|
2020-10-27 01:10:18 +01:00
|
|
|
"module": "es2020",
|
|
|
|
|
"lib": [
|
2023-01-11 23:10:16 -08:00
|
|
|
"es2020",
|
2020-10-27 01:10:18 +01:00
|
|
|
"dom"
|
2023-01-11 23:10:16 -08:00
|
|
|
],
|
|
|
|
|
"useDefineForClassFields": false
|
2022-02-16 23:33:32 +01:00
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
2020-10-27 01:10:18 +01:00
|
|
|
}
|
|
|
|
|
}
|