angular/packages/zone.js/tsconfig-test.json
Joey Perrott dd02bfe743 build: migrate zone.js to use ts_project instead of ts_library (#62673)
Use ts_project instead of ts_library for building zone.js

PR Close #62673
2025-07-17 13:59:37 -04:00

8 lines
108 B
JSON

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