angular/packages/examples/tsconfig-e2e.json
Joey Perrott 6fea9c88cc build: migrate examples to use rules_js (#61652)
Migrate examples to use ng_project and ts_project for building

PR Close #61652
2025-05-26 11:01:31 +00:00

6 lines
104 B
JSON

{
"extends": "./tsconfig-test.json",
"compilerOptions": {
"types": ["node", "jasminewd2"]
}
}