summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAllen Hutchison <[email protected]>2025-05-22 10:47:21 -0700
committerGitHub <[email protected]>2025-05-22 10:47:21 -0700
commit0c192555bb72940e6d4ed3c45cf6a4dfa5f23f69 (patch)
treef8cee65a3cf3f0c14d17b96b1fc73b8535f888a2 /tsconfig.json
parent7eaf8504896f9a9d55e8a6e3ca00408b7016bdb8 (diff)
Fix: Prevent hang in large directories by using BFS for getFolderStru… (#470)
Co-authored-by: N. Taylor Mullen <[email protected]>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
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"]
}
}