From 0eee88c02d188f8b363bbc8eee6e7fe3d114bd1d Mon Sep 17 00:00:00 2001 From: Netanel Basal Date: Mon, 23 Apr 2018 15:48:31 +0300 Subject: [PATCH] fix(build): downgrade to es5 --- src/lib/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tsconfig.json b/src/lib/tsconfig.json index d2aaf712..f32e65ee 100644 --- a/src/lib/tsconfig.json +++ b/src/lib/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2015", + "target": "es5", "module": "commonjs", "lib": [ "es2016",