From 7488a9527f6303024122975e65b9f5ded7e40a1b Mon Sep 17 00:00:00 2001 From: Zefir Date: Mon, 13 Apr 2026 09:17:48 +0300 Subject: [PATCH] Added rootDir property to tsconfig.json Signed-off-by: Zefir --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index dedcd3f..6fd58dc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "moduleResolution": "Node16", "inlineSourceMap": true, "outDir": "./dist", + "rootDir": "./src", "declaration": false, "removeComments": false, "importHelpers": true,