Files
Paul Gschwendtner b07a2dfce1 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:47 +00:00

7 lines
96 B
JSON

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