Browse Source

Let's try to make travis happy with older node version

Godzil 5 years ago
parent
commit
05ead50c0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -1,4 +1,5 @@
 {
+    "target": "es6",
     "compilerOptions": {
         "declaration": true,
         "noImplicitAny": true,