TypeScript: Compilation

A brief introduction to TypeScript’s command-line interface and compiler settings

In the previous lesson, we learned how to tweak the TypeScript compiler to produce the desired compilation result using the tsconfig.json file. In this lesson, let’s learn how to use the tsc command-line options to do the same.

Uday Hiwarale
Published in
7 min readAug 5, 2020

--

--

--