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

PR Close #61237
2025-05-09 16:01:49 +00:00

6 lines
92 B
JSON

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