Typescript compilation errors not being displayed in VS2015 using gulp-typescript
问题 This is something that some days ago was working fine, so I am not sure what has changed since then (other than updating to ASP.NET Core RC2 and installing some extension for VS2015 as I recall) The issue is that when running from VS2015 a Gulp task to compile my typescript files, if there is an error it shows for example: [10:02:54] Compiling typescript into javascript [10:02:56] TypeScript: 1 semantic error [10:02:56] TypeScript: emit succeeded (with errors) [10:02:56] Finished 'compile'