From f5825f9a18df217fc842632933dd81433f081133 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sun, 7 Dec 2025 23:14:31 +0100 Subject: [PATCH] tsconfig.json --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index bd70a7e..268fa98 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,9 @@ "esModuleInterop": true, "skipLibCheck": true, "noEmitOnError": false, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, + "rootDir": "." }, - "include": ["src"], + "include": ["src","db"], "exclude": ["node_modules", "dist"] } \ No newline at end of file