//// [contextualTyping34.ts] var foo = <{ id: number;}> ({id:4}); //// [contextualTyping34.js] var foo = ({ id: 4 });