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

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

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

Loading…
Cancel
Save