From dcb4d50dc1cff559ba1d26b084444e1c0cefabe6 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Thu, 23 Oct 2025 13:15:03 +0200 Subject: [PATCH] Update tsconfig --- packages/ui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index 611bdf9..872af7e 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -24,7 +24,7 @@ "@xtablo/ui/*": ["./src/*"], } }, - "include": ["."], + "include": ["src"], "exclude": ["node_modules", "dist"], "references": [ { "path": "../shared" }