From a965707a1f9c5c988675223a1ca3397ed59f93fd Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 10 Jan 2023 18:43:37 +0200 Subject: [PATCH] try commonJS --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a0ed304..7db5e3d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "strict": true, "noEmit": true, - "module": "esnext", + "module": "CommonJS", "moduleResolution": "node", "isolatedModules": true, "allowSyntheticDefaultImports": true