Copy

TypeScript Weekly

Issue #171 — May 20, 2021

Setting up esbuild for TypeScript libraries

How to set up the blazingly fast esbuild bundler to compile TypeScript libraries for Node.

James Thomas

Tag Hierarchies via Template Literal Types

A clever use of template literal types to statically type hierarchies of data.

Ivan Koshelev

cassiozen/useStateMachine

½ kb state machine hook for React with heavy focus on type inference in TypeScript.

Cassio Zen

TypeScript: Sorting Out tsconfig

An overview of the most important TypeScript compiler option and how to configure them in a tsconfig.json file.

Barin Britva