From c2b1b8575db08c259fa840afdd80f833cf411c38 Mon Sep 17 00:00:00 2001 From: damyanpetev Date: Fri, 10 Jul 2026 18:09:22 +0300 Subject: [PATCH] fix(npm): restore packages dist structure --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 833a821..ace7524 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "rootDir": "./", + "rootDir": "./src", "outDir": "./dist", "target": "ESNext", "module": "ESNext",