Language choice is always a hot topic! We extensively evaluated many language options, both recently and in prior investigations. We also considered hybrid approaches where certain components could...| GitHub
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.| TypeScript
I never felt confident about my tsconfig.json. To change that, I went through the official documentation, collected all common options, and documented them in this blog post: This knowledge will enable you to write a tsconfig.json that is cleaner and that you’ll fully understand. If you don’t have the time to read the post, you can jump to the summary at the end where I show the tsconfig.json that I use now – along with recommendations for adapting it to different use cases (npm package...| 2ality.com
Starting with v23.6.0, Node.js supports TypeScript without any flags. This blog post explains how it works and what to look out for.| 2ality.com
Language Server Protocol documentation and specification page.| microsoft.github.io