angular/modules/playground/tsconfig-e2e.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

15 lines
424 B
JSON

{
"compilerOptions": {
"lib": ["es2015"],
"types": ["node", "jasmine"],
"module": "esnext",
"moduleResolution": "node10",
"strict": true,
"sourceMap": true,
"declaration": true,
"paths": {
// TODO(devversion): Consider dropping the dependency on this utilities, or put them somewhere else.
"@angular/build-tooling/*": ["../../external/npm/@angular/build-tooling/*"]
}
}
}