angular/modules/playground/tsconfig-e2e-legacy-wd2.json
Paul Gschwendtner 77d2a7c977 build: migrate all modules/... code to ts_project (#61779)
Migrates all `modules/...`  code to `ts_project`.

PR Close #61779
2025-05-30 11:14:58 -04:00

6 lines
103 B
JSON

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