From 61382e310981fdc0891e455becbf3637703ddbe6 Mon Sep 17 00:00:00 2001 From: Va Da Date: Wed, 13 Mar 2019 20:58:57 +0100 Subject: [PATCH] feat: transpile down to ES5 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6c56125f7c..eb27971ac6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2018", + "target": "es5", "module": "commonjs", "moduleResolution": "node", "jsx": "react",