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

 - tests
 - schematics

PR Close #61370
2025-05-16 11:02:07 +00:00

6 lines
116 B
JSON

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