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.
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2015"],
|
|
"types": ["node", "jasmine"],
|
|
"module": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
}
|
|
}
|