From 2080dde97432732df8832c38f37cd6fb4a7300d9 Mon Sep 17 00:00:00 2001 From: Brad Date: Thu, 7 May 2020 16:22:02 -0700 Subject: [PATCH] change build target to es5 to support IE11 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e3e4230..e61723a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "strict": true, "jsx": "react", "outDir": "./dist/", - "target": "es2015", + "target": "es5", "sourceMap": true, "declaration": true, "moduleResolution": "node",