diff --git a/tsconfig.json b/tsconfig.json index ce33b64..e8558fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "module": "esnext", + "module": "commonjs", "moduleResolution": "node", "noImplicitAny": true, "noImplicitThis": true,