Files
Joey Perrott 8b62b313e1 build: migrate zone.js to use ts_project instead of ts_library (#62686)
Use ts_project instead of ts_library for building zone.js

PR Close #62686
2025-07-17 14:16:02 -04:00

9 lines
108 B
JSON

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