From d8e467b8ad6d2e4bd756cebd2c92e1fc3fb40838 Mon Sep 17 00:00:00 2001 From: alejandrobailo Date: Tue, 24 Feb 2026 13:01:08 +0100 Subject: [PATCH] chore(ui): include test files in TypeScript checking --- ui/tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index f95fbfb358..e90024a945 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -32,10 +32,7 @@ }, "exclude": [ "node_modules", - "vitest.config.ts", - "vitest.setup.ts", - "**/*.test.ts", - "**/*.test.tsx" + "vitest.config.ts" ], "include": [ "next-env.d.ts",