So I'm playing around with Typescript for a toy project. It seems that you *do* need a tool to simplify compiling and handling npm libs. I tried Brunch, as browsing a bit revealed it to be the most ...
Backbone is a popular library for creating MVC/MVVM-like applications in your client. Here's an introduction to Backbone and some best practices for creating a Single-Page Application with TypeScript.