feat(cli): update build target

This commit is contained in:
陈嘉涵 2019-12-21 09:00:13 +08:00
parent fad44923fb
commit 3fd1f8db78

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "esnext",
"outDir": "./lib",
"module": "commonjs",
"strict": true,