I wonder if there's a way to set specific TypeScript compiler version for project in Visual Studio. So I could configure a project to always use version 1.0, even if new versions would be released.
I know it was not possible before and I wonder if things changes after TypeScript matured to 1.0 version.
I noticed that now Visual Studio creates <TypeScriptToolsVersion>0.9</TypeScriptToolsVersion>
property in a project file, but couldn't find any documentation about it.