From baff589eeeb8887baa980ef9eb5d97dc5e896f2a Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 29 Jan 2026 14:04:50 +0100 Subject: [PATCH] chore: allow js explicit --- 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",