Posts for typescript

​​Setting Up Webpack and Typescript

Webpack is a fast, efficient, very powerful code bundler. TypeScript is a compiler (or transpiler if you prefer) which adds support for type checking to your project. In this article, we will set up our typescript application using Webpack.We will start by creating a new folder on our desktop for this application. I will use […]

May 8, 2020 in Code examples & Tutorials