mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d067dff394
Migrates more targets of `@angular/core` to `ts_project`. Remaining are: - tests - schematics PR Close #61370
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"extends": "../tsconfig-test.json",
|
|
"angularCompilerOptions": {
|
|
"_isAngularCoreCompilation": true,
|
|
}
|
|
}
|