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