From fa19ec1cd59d042588480ff0f02193c04ffcd32b Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Fri, 28 Aug 2020 10:46:30 -0700 Subject: [PATCH] es2015 --- tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index ebcef0a..57b8523 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,7 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "module": "ES5", + "module": "es2015", "jsx": "react", }, "exclude": [