diff --git a/types/tsconfig.json b/types/tsconfig.json index d3381f5..b06d5da 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -2,8 +2,7 @@ "compilerOptions": { "target": "ES2020", "lib": ["ES2020"], - "module": "commonjs", - "moduleResolution": "node", + "module": "node18", "strict": true, "noEmit": true, "types": [],