Reputation: 2835
So I see that TypeScript was removed from Web Essentials.
The statement on their side says there's now better support for it in VS 2013.
That's great, but I'm still running VS 2012.
How do I get the great JS output preview window that Web Essentials provided back in VS 2012 again?
Upvotes: 1
Views: 874
Reputation: 2620
You have to download the last version of Web Essentials that supports TypeScript. That would be version 2.9 and you can download it here: http://vswebessentials.com/changelog
TypeScript support was removed in Web Essentials to avoid conflicts with the official TypeScript compiler, so there is no guarantee that Web Essentials 2.9 will continue to work with future versions of TypeScript.
Upvotes: 1