From 0c192555bb72940e6d4ed3c45cf6a4dfa5f23f69 Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Thu, 22 May 2025 10:47:21 -0700 Subject: Fix: Prevent hang in large directories by using BFS for getFolderStru… (#470) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: N. Taylor Mullen --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 5d59f86a..852be2f5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,6 @@ "module": "NodeNext", "moduleResolution": "nodenext", "target": "es2022", - "types": ["node"] + "types": ["node", "vitest/globals"] } } -- cgit v1.2.3