fix: compilerOptions target ES6

This commit is contained in:
chenos 2021-08-21 22:32:48 +08:00
parent 3d04d527f3
commit 959059cfc7

View File

@ -2,6 +2,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"target": "ES5"
"target": "ES6"
}
}