Express with TypeScript (and ES Modules — Compilation, Build)

Melih Yumak
JavaScript in Plain English
3 min readMay 20, 2021

--

Express is one of the most popular libraries for Node.js backend development purposes. Today, we will go through how to add TypeScript support for the Express framework.

If you are not familiar with Express and want to read a quick tutorial, you can check out my other story to getting started with Express.

--

--