set vscodium to use local typescript sdk

This commit is contained in:
Sebastian Wendel 2024-03-09 18:59:22 +01:00
parent c108270a99
commit e1cc840ea2

View file

@ -38,5 +38,6 @@
},
"nix.serverPath": "nil",
"nix.enableLanguageServer": true,
"alejandra.program": "alejandra"
"alejandra.program": "alejandra",
"typescript.tsdk": "node_modules/typescript/lib"
}