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",