mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Migrates more targets of `@angular/core` to `ts_project`. Remaining are: - tests - schematics PR Close #61370
6 lines
116 B
JSON
6 lines
116 B
JSON
{
|
|
"extends": "../tsconfig-build.json",
|
|
"angularCompilerOptions": {
|
|
"_isAngularCoreCompilation": true,
|
|
}
|
|
}
|