diff --git a/tsconfig.json b/tsconfig.json index b23574c..dc8b73f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "outDir": "./dist", "strict": true, "target": "esnext", - "moduleResolution": "node" + "moduleResolution": "node", + "module": "commonjs" }, "include": [ "./src",