angular/packages/compiler-cli/tsconfig.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
92 B
JSON

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