From 6d785b0bd0344af54be260f19a644881018d96d8 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 16 Oct 2023 15:03:09 +0200 Subject: [PATCH] Fix tsconfig.base.json --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index ffef08c5..fdacab6a 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ESNext", - "module": "ESNext", + "module": "commonjs", "declaration": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true,