chore: update tsc target

- update tsc target to "es2017" according to #8005

Change-Id: Id39241d89ccb92c25a75d89addaf1528cc79ec59
This commit is contained in:
weijiaxun 2019-08-30 14:15:37 +00:00
parent e45759622b
commit aed1ad4580

View file

@ -5,7 +5,7 @@
"preserveConstEnums": true,
"sourceMap": false,
"outDir": "../out",
"target": "es6",
"target": "es2017",
"lib": [
"dom",
"es5",