From dd959790bb048df6f81515ae2cb6bb49dbe04a42 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Mon, 12 Jan 2026 18:53:42 -0800 Subject: [PATCH] fix build --- ui/litellm-dashboard/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/tsconfig.json b/ui/litellm-dashboard/tsconfig.json index 7b28589304..ff13d35526 100644 --- a/ui/litellm-dashboard/tsconfig.json +++ b/ui/litellm-dashboard/tsconfig.json @@ -22,5 +22,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "e2e_tests"] }