Install typescript-language-server
and typescript
(Requires NodeJS) via npm
or your system package manager
Server needs to be in one of the paths included in PATH
environment variable
npm i --global typescript-language-server@2 typescript
[lapce-typescript.volt]
serverPath = "<custom executable>"
serverArgs = ["--stdio"] # --stdio is required for all LSPs written in nodejs