Files
angular__angular/tools/tsconfig-test.json
T
Paul Gschwendtner 2bd9edf0b2 build: migrate symbol-extractor to ts_project (#61197)
Migrates the symbol-extractor code to `ts_project`.

PR Close #61197
2025-05-08 09:24:30 -07:00

7 lines
96 B
JSON

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