Skip to content

Commit de4c6a9

Browse files
committed
set target to same version as webpack
1 parent 5d14bfa commit de4c6a9

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
@@ -6,7 +6,7 @@
66
"web_src/js/**/*",
77
],
88
"compilerOptions": {
9-
"target": "esnext",
9+
"target": "es2020",
1010
"module": "nodenext",
1111
"moduleResolution": "nodenext",
1212
"moduleDetection": "force",

0 commit comments

Comments
 (0)