2025-05-27 21:10:45 -05:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"downlevelIteration": true,
|
|
|
|
|
"importHelpers": true,
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ES2022",
|
|
|
|
|
"useDefineForClassFields": false,
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"declaration": false,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": false,
|
2025-12-10 04:37:26 +00:00
|
|
|
"forceConsistentCasingInFileNames": true
|
|
|
|
|
}
|
2025-05-27 21:10:45 -05:00
|
|
|
}
|