1

I've just installed TypeScript 0.9.5 on my Visual Studio 2012. For some files everything is OK. But for some files or even same files at different times, the following error shows in the right side panel of ts files.

/*

Compile Error. 
See error list for details
 The TypeScript compiler couldn't be found. Download http://www.typescriptlang.org/#Download

*/
mehrandvd
  • 8,806
  • 12
  • 64
  • 111

1 Answers1

1

Do not use WebEssentials with TypeScript 0.9.5

WebEssentials no longer supports typescript.

basarat
  • 261,912
  • 58
  • 460
  • 511