Why is the Typescript settings tab missing in my VS 2013 ASP.NET project properties?

后端 未结 7 1562
[愿得一人]
[愿得一人] 2021-01-01 23:54

I\'m trying to migrate some javascript files to Typescript in a legacy ASP.NET MVC 5 project. I I\'ve created a Typescript file and the compilation from TS to JS works as ex

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-02 00:32

    I needed to add the following line to the csproj to import the typescript targets:

    
    

    Then I could see the typescript build options in the project settings.

提交回复
热议问题