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/**/*" ] }