diff --git a/.vscode/settings.json b/.vscode/settings.json index 605b95d..9a3409c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,5 +21,6 @@ "tsup", "unfetch", "vitest" - ] + ], + "typescript.tsdk": "node_modules/typescript/lib" }