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

后端 未结 7 1507
[愿得一人]
[愿得一人] 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:23

    I'm not sure about 2013, but for VS2015, you just need to add a TypeScript file to the root folder of the project and it will popup a dialog asking you if you want to configure the project for TypeScript. Simple!

提交回复
热议问题