angular/packages/core/tsconfig-test.json
Paul Gschwendtner e056fa13df build: migrate more targets of @angular/core to ts_project (#61420)
Migrates more targets of `@angular/core` to `ts_project`. Remaining are:

 - tests
 - schematics

PR Close #61420
2025-05-16 15:53:27 +00:00

6 lines
115 B
JSON

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