2 Comments
User's avatar
Wasim's avatar

Excellent overview of the TypeScript compiler, and how to fine-tune its behavior,

The tsconfig.json file provides great flexibility and customization options. For example, to target different JavaScript language versions, enable or disable strict type checking, specify which files and directories should be included or excluded from the compilation process, etc.

Expand full comment
Mindi Weik's avatar

I'm glad you enjoyed it! Thank you for taking the time to read. 🙏

More TS articles coming soon!

Expand full comment