修改生成范围 为es6 和lib为es2017

pull/7/head
ChenX 7 years ago
parent b1ad212a8e
commit e9df7247b0

@ -2,9 +2,9 @@
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "es5",
"target": "es6",
"lib": [
"es7",
"es2017",
"dom"
],
"types": [

Loading…
Cancel
Save