Is it possible to use a higher version of TypeScript than 1.0.1 in Visual Studio 2012? -


i'd take advantage of of faster compilation , other newer features of typescript 1.0.1 version seems 1 comes typescript 1.0.1 tools visual studio 2012 plugin. possible?

it's not perfect, it's worth can swap out compiler , language service following these instructions posted daniel rosenwasser.

https://github.com/microsoft/typescript/issues/1110#issuecomment-62451204

abbreviated: backup , replace tsc.js files under here: c:\program files (x86)\microsoft sdks\typescript\ 1 want use.

backup , replace typescriptservices.js under c:\program files (x86)\microsoft visual studio 12.0\common7\ide\commonextensions\microsoft\typescript 1 want use.

vs 2012 may able take typescript 1.1 safely because it's largely compatible 1.0, 1.3 or 1.4 perhaps not - haven't tried it.

you can download github typescript releases page , compiled .js files in bin folder don't have run jake if download full release.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -