Posted inGame Development Web Development
Phaser and Webpack and TypeScript, Oh My! – Part 3
In this last part of my 3-part post, we'll be talking about converting our project to TypeScript. If you are just joining, but sure to check out the previous posts. First of all, why would we want to use TypeScript? Well, as the name would suggest, it makes use of types for Javaacript. Normally we try not to worry about…