Skip to content

Commit 43ad90f

Browse files
committed
Set tsconfig target to es2017
1 parent ea1028b commit 43ad90f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"es6",
77
"dom"
88
],
9-
"target": "es6",
9+
"target": "es2017",
1010
"noImplicitAny": true,
1111
"removeComments": false,
1212
"preserveConstEnums": true,

0 commit comments

Comments
 (0)