ソースを参照

change ts target to es5

afrokick 6 年 前
コミット
99dfbc8882
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -1,6 +1,6 @@
 {
     "compilerOptions": {
-        "target": "es6",
+        "target": "es5",
         "downlevelIteration": true
     }
 }