From 5bdf06344d8403a696eadb420f578ddc4e5b1dd5 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Wed, 24 Oct 2018 15:45:51 +1100 Subject: [PATCH] chore: target es5 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e2972f2..faf1b13 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "commonjs", - "target": "es6", + "target": "es5", "outDir": "lib", "lib": [ "es6",