Incrementally migrate your webpack project to TypeScript

If you want to migrate to TypeScript but don’t want to migrate all your code at the same time you can configure webpack to bundle both TypeScript and JavaScript code. Add awesome-typescript-loader to… Read more

Similar

Create a typescript project using webpack 3

Hello again guys. This time we will create a typescript project using webpack 3. The typescript version I use in this example is 2.4.2 which is the latest typescript version at the time I am writing this article. I've got the idea for creating this articl... (more…)

Read more »