In that process, I picked up the latest version of the definition files for Backbone, which now requires you to declare Backbone Views and Collections as generic methods and classes. That's obviously ...
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.