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
10 lines
271 B
JSON
10 lines
271 B
JSON
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
|
|
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"types": ["jasmine", "node"]
|
|
}
|
|
}
|