2018-01-16 15:09:59 +00:00
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
|
"sourceMap": true,
|
2024-05-03 17:21:11 +00:00
|
|
|
"esModuleInterop": true,
|
2018-01-16 15:09:59 +00:00
|
|
|
"declaration": false,
|
|
|
|
|
"experimentalDecorators": true,
|
2024-09-30 22:49:03 +00:00
|
|
|
"module": "es2022",
|
2025-09-29 14:32:10 +00:00
|
|
|
"moduleResolution": "bundler",
|
2019-01-09 18:53:18 +00:00
|
|
|
"importHelpers": true,
|
2024-09-30 22:49:03 +00:00
|
|
|
"target": "es2022",
|
2023-12-07 13:32:37 +00:00
|
|
|
"typeRoots": ["node_modules/@types"],
|
2025-09-19 19:30:59 +00:00
|
|
|
"lib": ["es2018", "dom"]
|
2019-08-20 17:52:31 +00:00
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
2023-12-07 13:32:37 +00:00
|
|
|
"strictTemplates": true
|
2019-10-15 13:42:31 +00:00
|
|
|
}
|
2018-01-16 15:09:59 +00:00
|
|
|
}
|