Skip to content

Commit 173fb73

Browse files
authored
feat: set target to esnext in configuration (#117)
1 parent 1081119 commit 173fb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/basic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2022",
3+
"target": "esnext",
44
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
55
"jsx": "react-jsx",
66
"allowJs": true,

0 commit comments

Comments
 (0)