diff --git a/tsconfig.json b/tsconfig.json index a0d3a02..52f1c69 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "esModuleInterop": true, "target": "es6", - "module": "commonjs", + "module": "node16", "strict": true, "declaration": true, "sourceMap": true,