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