We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def8b86 commit a522080Copy full SHA for a522080
packages/expect/tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "../../tsconfig.json",
3
"compilerOptions": {
4
- "lib": ["es2022", "dom"],
+ "lib": ["es2020", "es2021.promise", "es2022.error", "dom"],
5
"rootDir": "src",
6
"outDir": "build"
7
},
0 commit comments