Article
How to Compile Typescript into a Single File with AMD Modules with Gulp
The lessons I learned and the steps I took to compile TypeScript modules into a single file with AMD modules using Gulp, along with how I consumed those compiled modules in my HTML application.