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
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.