Copy

TypeScript Weekly

Issue #148 — August 19, 2020

airbnb/ts-migrate

A tool for helping migrate code to TypeScript. It takes a JavaScript (or partial TypeScript) project and outputs a compiling TypeScript project.

Airbnb

TypeScript Exercises

Various interactive exercises that let you explore different features of TypeScript’s type system.

Marat Dulin

Types as Axioms

“Or, playing God with static types.”

Alexis King

tsconfig/bases

A collection of tsconfig.json files for you to extend in your apps, tuned to a particular runtime environment. Owned and improved by the community. Basically Definitely Typed for TypeScript configuration files.

Orta Therox

TypeScript and ECMAScript Modules

A few things to consider when working with native ECMAScript modules in TypeScript.

Stefan Baumgartner