How to remove Typescript support from Visual Studio project? How to remove Typescript support from Visual Studio project? typescript typescript

How to remove Typescript support from Visual Studio project?


I removed TypeScript by hand.

  1. Right-click on the Web-project file in the Solution Explorer and choose Unload project
  2. Right-click again on the project file, and now choose Edit {project-name}.csproj
  3. Remove all elements with the name TypeScript in it, and save the XML file
  4. Right-click the project file, and choose Reload project

Always keep a backup of the project file, as you may wreck it. Your millage may vary...


In the .csproj file commenting the entire line with Microsoft.TypeScript.targets is enough to disable the build.