Read this blog post if you are a JavaScript programmer and want to get a rough idea of what using TypeScript is like (think first step before learning more details). You’ll get answers to the following questions: How is TypeScript code different from JavaScript code? How is TypeScript code run? How does TypeScript help during editing in an IDE? Etc. Note: This blog post does not explain why TypeScript is useful. If you want to know more about that, you can read my TypeScript sales pitch.| 2ality.com
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
Google TypeScript Style Guide| google.github.io
Understand how TypeScript uses JavaScript knowledge to reduce the amount of type syntax in your projects.| www.typescriptlang.org
Types which take parameters| www.typescriptlang.org