I'm using typescript for my AngularJS controllers and services. I love being able to compile the JS, since it saves a ton of troubleshooting time and drastically improves intellisense. But what it doesn't catch are the typos left in the views. If I have a typed model property called "customerName", and in a view I reference I'm using typescript for my AngularJS controlle