Figure out build error in Visual studio 2015

Sometime Visual Studio spit out an error that doesn't really tell what error is about.

For example, tsc.exe exited with code 1

There is just not much clue from this error message.

Here is the saver:

Visual Studio -> Tools -> Options -> Projects and Solutions -> Build and Run -> MSBuild project build output verbosity

Change it to Detailed

And it will show more detail in output window.

Kudos to thoean@stackoverflow