From 6874bcd23b77de53b34b7d33fb8dfbf68a052426 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Sat, 23 May 2020 22:15:54 +0200 Subject: [PATCH] - Pushed wrong config --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 37e94ab4..cf81c171 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "compilerOptions": { "outDir": "./dist", "target": "es6", - "module": "es6", + "module": "commonjs", "moduleResolution": "node", "lib": ["es6", "dom"], "types": ["node", "jest"],