diff --git a/tsconfig.json b/tsconfig.json index 62dd34396..9a8d00972 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "allowSyntheticDefaultImports": true, - "module": "ES2022", + "module": "commonjs", "esModuleInterop": true, "target": "ES2022", "lib": ["ES2022"],