mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d9c980a958
Resolves some initial test failures after updating to TypeScript 6.
14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "es2022"],
|
|
"types": [],
|
|
"module": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"paths": {
|
|
"@angular/*": ["../../packages/*/index"]
|
|
}
|
|
}
|
|
}
|