0

I'm using Visual Studio 2013 Update 1 with the latest version of the Web Essentials 2013. I am also using Typescript.

How can I make the typescript compiler output ECMAScript3 instead of ECMAScript5? It seems that there was once a setting for this in the Web Essentials options under Typescript, but this option is now missing. Is there any kind of command line setting or settings file I can edit?

Adrian Grigore
  • 33,034
  • 36
  • 130
  • 210

1 Answers1

0

You can see that option under project property page : http://blogs.msdn.com/b/typescript/archive/2013/12/05/announcing-typescript-0-9-5.aspx

enter image description here

basarat
  • 261,912
  • 58
  • 460
  • 511