After I include a tsconfig.json file in my Visual Studio 2015 web solution, I encounter the error mentioned above.
Furthermore, this prevents the compiler from generating js files again even when the "compileOnSave": true option is set.
When I click on the error, it directs me to the Microsoft.Typescript.Targets file which contains multiple issues like Unknown Item Group "TypeScriptCompile". These issues are listed as warnings in the error list, regardless of whether a tsconfig.json file is present or not.
Is there a solution to this problem or a way to gather more information about it?