angular/packages/compiler-cli/tsconfig-test.json
Paul Gschwendtner 54e785683a build: prepare for compiler-cli to be using ts_project (#61181)
Prepare the compiler-cli package for being ready for migration
to `ts_project`.

PR Close #61181
2025-05-09 15:59:46 +00:00

6 lines
96 B
JSON

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