From 47e650368128d20ff072faea688368d676a5f5a2 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Mon, 4 Aug 2025 16:13:21 -0400 Subject: [PATCH] Readd litegraph tests to tsconfig exclude --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index a44da0891..43fca8724 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,5 +38,8 @@ "tests-ui/**/*", "global.d.ts", "vite.config.mts" + ], + "exclude": [ + "src/lib/litegraph/test/**/*" ] }