angular/tools/tsconfig-test.json
Paul Gschwendtner a1bf58e32e build: migrate symbol-extractor to ts_project (#61156)
Migrates the symbol-extractor code to `ts_project`.

PR Close #61156
2025-05-07 11:28:59 -07:00

6 lines
96 B
JSON

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