Get the latest tech news
Modern Emacs TypeScript Web Config
Modern web development config for emacs
I've worked within the JS ecosystem for the past 8 years using editors like Webstorm and VSCode, I started using Emacs around 6 months ago and I quickly found that some of the pre-made configurations like Doom, don't come setup to fully support modern web development like the other ones, so I started a journey to make my own configuration that would satisfy all the needs of modern web dev. People in the Emacs community have been combining libraries like Web Mode and Tide to achieve good TSX support but this setup doesn't pair nice with LSP servers. If you look at VSCode, in a project with Tailwind support, there are 3 LSP servers active at the same time, providing actions for users.
Or read this on Hacker News