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