mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b478a43804
Use ts_project to build localize package PR Close #61613
11 lines
245 B
JSON
11 lines
245 B
JSON
{
|
|
"extends": "../../tsconfig-build.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"paths": {
|
|
"@angular/*": ["../../*/index"],
|
|
"@angular/compiler-cli/private/localize": ["../../compiler-cli/private/localize"],
|
|
}
|
|
}
|
|
}
|