Cool. Not really trying to criticize it; just noticing that it doesn't work out of the box, and I personally have never had the time to fiddle with it to see if it can be made to work.
However, since we are in the thread I googled it with duckduckgo.com, and then followed the top blog post results, which involved:
- install "Package Control"
- use that to install Package → LSP-typescript
- restarted Sublime Text 4 (just in case)
But it still didn't work.
(For any reasonable value of "work"... I mean it didn't highlight errors in TypeScript as a typed them, and "go to definition" didn't jump to the correct definition, but rather offered me a list of every place in the project where a symbol with that name was defined (including the correct one, but also several incorrect ones).)
So, maybe I'm doing it wrong, or maybe it doesn't work.
I'd love to be wrong, though, and see an example (blog post, youtube, whatever) of Sublime working for TypeScript development with all/most of what VS Code offers out of the box (even if it involves some configuration steps).