Skip to content

Commit b9c28c3

Browse files
authored
Merge pull request #80 from xiaoxiaojx/patch-1
2 parents 6b804fe + 71dbacb commit b9c28c3

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)