Readd litegraph tests to tsconfig exclude

This commit is contained in:
Benjamin Lu
2025-08-04 16:13:21 -04:00
parent 797616c455
commit 47e6503681

View File

@@ -38,5 +38,8 @@
"tests-ui/**/*",
"global.d.ts",
"vite.config.mts"
],
"exclude": [
"src/lib/litegraph/test/**/*"
]
}