angular/adev/shared-docs/tsconfig-test.json
Joey Perrott 6e4d71e022 build: remove ts_project_interop file (#63421)
Remove the ts_project_interop.bzl file that no longer does interop work

PR Close #63421
2025-08-27 11:23:57 -07:00

7 lines
No EOL
112 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node", "jasmine"],
"paths": {}
}
}