Skip to content

Commit 95b9bab

Browse files
Changed to es2017
1 parent 07f30fd commit 95b9bab

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"target": "es6",
5-
"lib": [ "es2015", "dom" ],
5+
"lib": [ "es2017", "dom" ],
66
"outDir": "./dist",
77
"noImplicitAny": true,
88
"downlevelIteration": true,

0 commit comments

Comments
 (0)