diff --git a/tsconfig.json b/tsconfig.json index 1a86ad8..fa962c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "outDir": "dist", - "module": "CommonJS", + "module": "node16", "target": "ES2022", "lib": ["ES2022", "dom"], "sourceMap": true,