From 1dfaaaecd22a6915ae35526a49234f5a8740d22f Mon Sep 17 00:00:00 2001 From: Nicklas Utgaard Date: Thu, 25 Jul 2019 16:07:24 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20exporting=20commonjs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0794ba4..31c7aff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "moduleResolution": "node", "target": "es5", - "module": "es2015", + "module": "commonjs", "lib": ["es2015", "dom"], "strict": true, "sourceMap": true,