From 719e4a400829b245dc8e83a2e257bb4934b0de41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Madsen?= Date: Wed, 10 Jun 2026 13:11:11 +0200 Subject: [PATCH] fix: add rootDir to tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 5b916e0..7e95c86 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "rootDir": "./src", "outDir": "./lib", "module": "node18", "target": "esnext",