Change target to es2015

This commit is contained in:
yushijinhun 2020-01-23 23:56:48 +08:00
parent 40f55a224c
commit bc77816e67
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"dom",
"es2015"
],
"target": "es5",
"target": "es2015",
"strict": true,
"noImplicitAny": false,
"strictFunctionTypes": false,