Skip to content

Commit c31e008

Browse files
committed
chores: fix ts config
1 parent f12b2f6 commit c31e008

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
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"lib": [
4-
"esNext",
4+
"es2022",
55
"DOM"
66
],
77
"module": "NodeNext",

0 commit comments

Comments
 (0)