diff --git a/tsconfig.json b/tsconfig.json index cec89f50..9e9476b1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "strict": true, - "module": "commonjs", + "module": "nodenext", "moduleResolution": "nodenext", "target": "es2022", "esModuleInterop": true,