change target to es6

This commit is contained in:
Kim Biesbjerg 2019-06-11 12:27:58 +02:00
parent 7d5d38e6a1
commit 141eaca7b1

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"removeComments": true,
"declaration": true,
"target": "es5",
"target": "es6",
"lib": [
"dom",
"es2015"