diff --git a/tsconfig.json b/tsconfig.json index e2e8cb00..b23ff59e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "dom.iterable", "esnext" ], - "module": "esnext", + "module": "commonjs", "moduleResolution": "node", "noImplicitAny": false, "noImplicitReturns": true,