Learn TypeScript
Introduction
Introduction
Often we need to use TypeScript with other tools. In this module, we are going to learn how to use TypeScript with three popular tools. We will learn how to use Babel to transpile TypeScript to JavaScript. We will learn how to use ESLint to check code quality. We will also learn how to configure Webpack to bundle TypeScript code.
In this module we will cover:
- An example app
- Using Babel with TypeScript
- Using ESLint with TypeScript
- Using Webpack with TypeScript
- Quiz