From 72cfa96db8be08516b3779be1deaaf1d993cfd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 3 Mar 2026 17:56:03 +0100 Subject: [PATCH] nicolium: extend tsconfig excludes idk if this makes sense MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/nicolium/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nicolium/tsconfig.json b/packages/nicolium/tsconfig.json index 8d8c5205b..046b5699d 100644 --- a/packages/nicolium/tsconfig.json +++ b/packages/nicolium/tsconfig.json @@ -18,5 +18,5 @@ "typeRoots": ["./src/types", "./node_modules/@types", "./node_modules"], "types": ["vite/client", "vite-plugin-compile-time/client", "dom-chromium-ai"] }, - "exclude": ["tests/**/*.test.ts", "tests/**/*.test.tsx"] + "exclude": ["./tests/**/*.test.ts", "./tests/**/*.test.tsx", "./dist", "./node_modules"] }