Skip to content

Commit 71dbacb

Browse files
authored
fix(tsconfig.json): webpack compile error
1 parent 6b804fe commit 71dbacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "commonjs",
66
"moduleResolution": "node",
77
"noImplicitAny": true,
8-
"target": "esnext",
8+
"target": "es5",
99
"declaration": true,
1010
"downlevelIteration": true,
1111
"lib": ["es2017", "dom"],

0 commit comments

Comments
 (0)