From d9654748553f6b0e20e35cc510774c496169f9a7 Mon Sep 17 00:00:00 2001 From: Dominik Natter Date: Fri, 28 Mar 2025 10:14:36 +0100 Subject: [PATCH] fix deployment --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c133409..c25ef4b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "strict": true, "noEmit": true, "esModuleInterop": true, + "baseUrl": ".", "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true,