From 05ead50c0d9d630f3f5463c240784627112103f3 Mon Sep 17 00:00:00 2001 From: Godzil Date: Tue, 8 May 2018 21:49:11 +0100 Subject: [PATCH] Let's try to make travis happy with older node version --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ff25bea..d308e0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "target": "es6", "compilerOptions": { "declaration": true, "noImplicitAny": true,