Skip to content

Commit 6a5a080

Browse files
committed
Update target to es2023
1 parent b7886c0 commit 6a5a080

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
@@ -7,7 +7,7 @@
77
"strict": true,
88
"module": "nodenext",
99
"esModuleInterop": true,
10-
"target": "es2021",
10+
"target": "es2023",
1111
"jsx": "react-jsx",
1212
"sourceMap": true,
1313
"newLine": "lf",

0 commit comments

Comments
 (0)