From c5c7e8af552b41e2aed31657f6a292449552b564 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Sun, 12 Apr 2026 04:29:26 +0800 Subject: [PATCH] chore: set ts SDK path --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 17d4492..ccb00a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,5 +36,6 @@ "ol-prefix": false, "no-duplicate-heading": false }, - "js/ts.tsdk.path": "node_modules/typescript/lib" + "js/ts.tsdk.path": "node_modules/typescript/lib", + "typescript.tsdk": "node_modules/typescript/lib" }