diff --git a/tsconfig.json b/tsconfig.json index 0e147db6..ebb57a91 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "@tsconfig/node20/tsconfig.json" ], "compilerOptions": { + "allowJs": true, "allowSyntheticDefaultImports": true, "outDir": "dist", "module": "ESNext",