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.
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"],
|
|
"paths": {
|
|
"@angular/*": ["../packages/*/index"]
|
|
}
|
|
}
|
|
}
|