Adding TypeScript support in latest version of VS is easy - just add a TypeScript file and VS will automatically will reconfigure the project.
However when all TS files
Another approach is to use TypeScriptCompileBlocked tag under PropertyGroup tag of csproject file.
Yes in order to edit the csproj you need to open it in notepad or any other editor. This property is not editable through visual studio.
True
This wont require you to remove any other typescript tag.