2023-12-07 20:57:21 +00:00
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"declaration": false,
|
2025-09-08 15:13:14 +00:00
|
|
|
"moduleResolution": "bundler",
|
2025-04-10 09:40:30 +00:00
|
|
|
"preserveSymlinks": true,
|
2023-12-07 20:57:21 +00:00
|
|
|
"importHelpers": true,
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"module": "ES2022",
|
|
|
|
|
"lib": ["ES2022", "dom"],
|
2025-04-03 04:19:26 +00:00
|
|
|
"types": ["node", "dom-navigation"],
|
2025-07-10 14:34:04 +00:00
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"paths": {
|
|
|
|
|
"@angular/docs": ["./shared-docs"],
|
2025-08-18 07:44:38 +00:00
|
|
|
"@angular/*": ["../packages/*/index"]
|
2025-07-10 14:34:04 +00:00
|
|
|
}
|
2023-12-07 20:57:21 +00:00
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
|
"strictInputAccessModifiers": true,
|
|
|
|
|
"strictTemplates": true
|
|
|
|
|
}
|
|
|
|
|
}
|