From 6e54efe8108c5187eb233e61769e67e378f8a1bb Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Wed, 1 Jul 2020 16:39:21 +0530 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index db1158f..fb9b1e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es5", - "module": "commonjs", + "module": "es2015", "allowJs": true, "checkJs": false, "outDir": "build/",