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

PR Close #61209
2025-05-08 09:23:48 -07:00

6 lines
96 B
JSON

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