angular/modules/benchmarks/tsconfig-e2e.json
Paul Gschwendtner 9d7768ccd6 build: rework benchmarks and examples in modules/ to new optimization rule (#61566)
We are dropping the custom ESBuild and Terser pipeline from dev-infra
and instead leverage the Angular CLI directly. This commit adjusts
the benchmarks to use this new rule.

PR Close #61566
2025-05-29 14:39:11 -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/*"]
}
}
}