chore: stick with es6 for testing

This commit is contained in:
harttle
2019-02-24 23:42:44 +08:00
parent 875f71d5f2
commit f34573ee21
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module":"CommonJS",
"lib": ["es2015", "es2016", "es2017", "dom"],
"sourceMap": true,