I have been attempting to get to know this new 'TypeScript' stuff, and I am a bit curious on something.
Can it still work with existing javascript frameworks like jQuery without the need for a definition file with all of those interfaces? I have been attempting to test this out manually, but so far am a little unsure of how far the functionality extends.
update
by 'work' I am referring to simple functionality, not IDE features like auto-completion.