1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

fix typescript version on vscode

This commit is contained in:
tamaina
2023-02-19 12:29:04 +00:00
parent 47b6f466ec
commit 16ba1b3708

View File

@@ -1,5 +1,6 @@
{ {
"search.exclude": { "search.exclude": {
"**/node_modules": true "**/node_modules": true
} },
"typescript.tsdk": "node_modules/typescript/lib"
} }