From 42c2fff7cdc7eaedeac6248414ae684f4e994b39 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 25 Mar 2026 09:58:50 +0800 Subject: [PATCH] chore: update VS Code TypeScript SDK path --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 82563d2..d3b6034 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -43,6 +43,7 @@ "files.watcherExclude": { "**/routeTree.gen.ts": true }, + "js/ts.tsdk.path": "node_modules/typescript/lib", "search.exclude": { "**/routeTree.gen.ts": true }