chore: force vscode to use local typescript

This commit is contained in:
redglow
2026-06-21 16:17:16 +02:00
parent 23dfba812a
commit 8e19fcc899
+2 -1
View File
@@ -8,5 +8,6 @@
}, },
"search.exclude": { "search.exclude": {
"**/routeTree.gen.ts": true "**/routeTree.gen.ts": true
} },
"js/ts.tsdk.path": "node_modules/typescript/lib"
} }