Skip to content

Commit 76905b0

Browse files
committed
add ESNext libs
1 parent 73c6b7a commit 76905b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": ["node", "jest"],
66
"skipLibCheck": true,
77
"module": "ESNext",
8-
"lib": ["ES2022"],
8+
"lib": ["ES2022", "ESNext"],
99
"moduleResolution": "Node",
1010
"rootDir": ".",
1111
"outDir": "build",

0 commit comments

Comments
 (0)