diff options
| author | Allen Hutchison <[email protected]> | 2025-05-22 10:47:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-22 10:47:21 -0700 |
| commit | 0c192555bb72940e6d4ed3c45cf6a4dfa5f23f69 (patch) | |
| tree | f8cee65a3cf3f0c14d17b96b1fc73b8535f888a2 /tsconfig.json | |
| parent | 7eaf8504896f9a9d55e8a6e3ca00408b7016bdb8 (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.json | 2 |
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"] } } |
