From e618a39cb95415c2ed9746e7a510bf61ab2b2855 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Mon, 30 Mar 2026 09:54:44 +0200 Subject: [PATCH] fix config setup --- cli/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tsconfig.json b/cli/tsconfig.json index b3c1656d..8c41f3e0 100644 --- a/cli/tsconfig.json +++ b/cli/tsconfig.json @@ -5,6 +5,7 @@ "target": "ES2022", "lib": ["ES2022"], "sourceMap": true, + "rootDir": "src", "outDir": "dist", "strict": true, "resolveJsonModule": true,