diff --git a/tsconfig.json b/tsconfig.json index 26be7a0..00245ad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,8 +7,8 @@ "outDir": ".", "target": "es2020", "lib": ["es2020"], // Set explicitly to remove DOM - "module": "es6", - "moduleResolution": "node16", + "module": "commonjs", + "moduleResolution": "node", "noUnusedLocals": true, "baseUrl": ".", }, @@ -17,4 +17,4 @@ "node_modules", "*.d.ts" ], -} +} \ No newline at end of file