Skip to content

Commit 6542708

Browse files
committed
add es2022 lib compiler option
1 parent ba7cc5c commit 6542708

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"forceConsistentCasingInFileNames": true,
99
"moduleResolution": "node",
1010
"strict": true,
11-
"skipLibCheck": true
11+
"skipLibCheck": true,
12+
"lib": ["es2022"],
1213
},
1314
"exclude": [
1415
"./dist"

0 commit comments

Comments
 (0)