I'm facing some issues in Visual Studio 2017 Professional. Despite not having any TypeScript code in my solution, I am encountering numerous TypeScript-related errors during the build process. The main error message that keeps popping up is:
The target "TypeScriptClean" does not exist in the project.
Strangely, there are no direct references to "TypeScriptClean" or TypeScript anywhere in my solution files.
In addition to that, I am also seeing:
The target "CompileTypeScriptWithTSConfig" does not exist in the project.
Both of these errors seem to be originating from the file Microsoft.Common.CurrentVersion.targets.
Has anyone else encountered this issue before? It's causing a hindrance to my development process in Visual Studio.