From cfda1190eac2168bf3025f1177930130625f6d80 Mon Sep 17 00:00:00 2001 From: Budi Irawan Date: Fri, 20 Oct 2017 22:38:30 +1100 Subject: [PATCH] rollback to es5 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 199fccf..7d5db1e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "commonjs", - "target": "ES6", + "target": "ES5", "outDir": "out", "noLib": true, "sourceMap": true