There are still cases where you'll need to sprinkle <any>. For example:
var state = { foo: 1 }; if(something) { state.bar = 2; }