Skip to content

Commit 409e95d

Browse files
committed
Update target to es2023
1 parent 8f61410 commit 409e95d

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
@@ -7,7 +7,8 @@
77
"strict": true,
88
"module": "nodenext",
99
"esModuleInterop": true,
10-
"target": "es2021",
10+
"moduleDetection": "force",
11+
"target": "es2023",
1112
"jsx": "react-jsx",
1213
"sourceMap": true,
1314
"newLine": "lf",

0 commit comments

Comments
 (0)