mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`PromiseSettledResult<void>` requires the ES2020 typings. Those might not be provided (or `skipLibCheck` is not enabled). fixes #63931 PR Close #63955
21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"module": "es2022",
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "es2022",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2018", "dom"]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true
|
|
}
|
|
}
|