From 8e19fcc899dedbe21a02fb61ebaed00b450e95bd Mon Sep 17 00:00:00 2001 From: redglow Date: Sun, 21 Jun 2026 16:17:16 +0200 Subject: [PATCH] chore: force vscode to use local typescript --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 453c7bf..97ef3fb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,6 @@ }, "search.exclude": { "**/routeTree.gen.ts": true - } + }, + "js/ts.tsdk.path": "node_modules/typescript/lib" }