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 ve
I have solved it by adding $(TypeScriptToolsVersion)\ after TypeScript\ in the condition statement.
$(TypeScriptToolsVersion)\
TypeScript\