Use specific TypeScript compiler version in Visual Studio

前端 未结 4 557
灰色年华
灰色年华 2020-12-11 00:50

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

4条回答
  •  萌比男神i
    2020-12-11 00:57

    I have solved it by adding $(TypeScriptToolsVersion)\ after TypeScript\ in the condition statement.

    
    

提交回复
热议问题