Skip to content

Commit a522080

Browse files
committed
Update tsconfig
1 parent def8b86 commit a522080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/expect/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"lib": ["es2022", "dom"],
4+
"lib": ["es2020", "es2021.promise", "es2022.error", "dom"],
55
"rootDir": "src",
66
"outDir": "build"
77
},

0 commit comments

Comments
 (0)