diff --git a/tsconfig.json b/tsconfig.json index a0ed304..ed7617d 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 diff --git a/vercel.json b/vercel.json index d1615c1..13948fd 100644 --- a/vercel.json +++ b/vercel.json @@ -10,4 +10,4 @@ ] } ] -} +} \ No newline at end of file