How to Create Projects with the TypeScript Compiler

John Au-Yeung
Level Up Coding
Published in
4 min readJun 8, 2020

--

Photo by Brooke Lark on Unsplash

TypeScript is a natural extension of JavaScript that’s used in many projects in place of JavaScript.

However, not everyone knows how it actually works.

In this article, we’ll look at how to create a project with the TypeScript compiler and write some code.

--

--