mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "es2022"],
|
|
"types": [],
|
|
"module": "esnext",
|
|
"moduleResolution": "node10",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"paths": {
|
|
"@angular/*": ["../../packages/*/index"]
|
|
}
|
|
}
|
|
}
|