From 14ac1a797065a9d2711a05f4713d224cbd1d3d79 Mon Sep 17 00:00:00 2001 From: bluebill1049 Date: Thu, 20 Aug 2020 17:12:44 +1000 Subject: [PATCH] fix #32 ie 11 support --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 28002de..c5d51cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "sourceMap": true, - "module": "es2015", - "target": "es2017", + "module": "esnext", + "target": "es5", "moduleResolution": "node", "outDir": "./dist", "jsx": "react",