From 021fdc6f4ee8d7558754cc3ebd0fa553f966572a Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Mon, 30 Mar 2026 14:52:26 +0300 Subject: [PATCH] fix: utils build --- utils/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tsconfig.json b/utils/tsconfig.json index 702b9921..0cec742f 100644 --- a/utils/tsconfig.json +++ b/utils/tsconfig.json @@ -24,7 +24,7 @@ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ /* Modules */ "module": "NodeNext", // /* Specify what module code is generated. */ - // "rootDir": "./", /* Specify the root folder within your source files. */ + "rootDir": "./src", // /* Specify the root folder within your source files. */ "moduleResolution": "NodeNext", // /* Specify how TypeScript looks up a file from a given module specifier. */ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */