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

PR Close #61615
2025-05-22 13:45:27 -07:00

11 lines
236 B
JSON

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