Tag: ts
All the articles with the tag "ts".
Tech Watch Posts
The TSConfig Cheat Sheet
Published: at 03:29 PMThe TSConfig Cheat Sheet is a comprehensive guide to configuring TypeScript. It covers the base options, strictness, transpiling with TypeScript, building for a library, and building for a library in a monorepo. Some of the important points from this article are that es2022 is the best option for stability, and that you should use strict mode.