Handle TSLint warnings as errors in Visual Studio 2013

I would like to do the following:

  • Show all TypeScript lint warnings as errors in the error list.

  • Is this set by default for everyone who opens a project / solution.

  • Break the assembly if there are lint errors, even if you are using the standalone msbuild.exe file.

Is it possible? So far, I can only receive warnings in the form of errors, changing my personal settings in Web Essentials, and they do not break the assembly.

+4
source share

All Articles