angular/modules/benchmarks/tsconfig-build.json
Kristiyan Kostadinov d9c980a958 build: initial test of TypeScript 6
Resolves some initial test failures after updating to TypeScript 6.
2026-01-15 13:41:01 -08:00

13 lines
254 B
JSON

{
"compilerOptions": {
"lib": ["dom", "es2022"],
"types": [],
"module": "esnext",
"moduleResolution": "nodenext",
"declaration": true,
"sourceMap": true,
"paths": {
"@angular/*": ["../../packages/*/index"]
}
}
}