Files
Joey Perrott b478a43804 build: migrate localize package to use rules_js (#61613)
Use ts_project to build localize package

PR Close #61613
2025-05-26 08:53:55 +00:00

11 lines
245 B
JSON

{
"extends": "../../tsconfig-build.json",
"compilerOptions": {
"types": ["node"],
"paths": {
"@angular/*": ["../../*/index"],
"@angular/compiler-cli/private/localize": ["../../compiler-cli/private/localize"],
}
}
}