diff --git a/tsconfig.json b/tsconfig.json index d271ac9..6362f7a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "include": ["src/**/*"], "compilerOptions": { - "module": "ES2022", + "module": "CommonJS", "esModuleInterop": true, "target": "es2022", "moduleResolution": "node",