From 8b9ce0f9ce02065022cbf5e35df6f12eca4fabd2 Mon Sep 17 00:00:00 2001 From: icarus Date: Thu, 8 Jan 2026 12:39:27 +0800 Subject: [PATCH] build: add ui package to tsconfig.web.json includes --- tsconfig.web.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.web.json b/tsconfig.web.json index ccb6390a5c..7427c512b4 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -11,6 +11,7 @@ "packages/extension-table-plus/**/*", "packages/mcp-trace/**/*", "packages/shared/**/*", + "packages/ui/**/*", ], "compilerOptions": { "composite": true,