Table of Contents
Typescript - Webpack
Steps
Install the TypeScript
compiler
and
loader
as
Dev Dependency
yarn add typescript ts-loader --dev
Documentation
https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#webpack
https://webpack.js.org/guides/typescript/