Copy

TypeScript Weekly

Issue #99 — June 18, 2019

How to Upgrade to TypeScript Without Anybody Noticing, Part 1

How to get TypeScript errors and completions in supported editors and on the command line without having to integrate TypeScript into your build.

Nathan Shively-Sanders

Configuring ESLint on a TypeScript project

A quick post today on how to configure ESLint to run on a TypeScript project.

Jack Franklin

Working with Paths, Packages, and Yarn Workspaces

How to modularize your TypeScript projects with paths, packages, and monorepos.

Ross Bulat

A Better TypeScript Playground

A better TypeScript online playground: all strict options turned on by default, more available compiler options, ability to switch TypeScript version, shorter sharing URLs, and more.

Artem Tyurin