From c2648c1749e74cc95be0dfa0787744a29fc87d5f Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Sat, 4 Apr 2026 03:44:31 +0800 Subject: [PATCH] chore(setup): update TypeScript SDK path in settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d77046d..17d4492 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,5 +35,6 @@ "blanks-around-lists": false, "ol-prefix": false, "no-duplicate-heading": false - } + }, + "js/ts.tsdk.path": "node_modules/typescript/lib" }