From 5b01b3588fa5db5a944177e7cfa40aaab600e886 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 29 Jan 2026 14:08:09 +0100 Subject: [PATCH] chore: allow js explicit (#991) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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",