Files
Paul Gschwendtner 31d5ae93a0 build: migrate more targets of @angular/core to ts_project (#61414)
Migrates more targets of `@angular/core` to `ts_project`. Remaining are:

 - tests
 - schematics

PR Close #61414
2025-05-16 14:51:24 +00:00

7 lines
116 B
JSON

{
"extends": "../tsconfig-build.json",
"angularCompilerOptions": {
"_isAngularCoreCompilation": true,
}
}