I have a web project that had "compile on save" working perfect for almost year. I then switched over to using npm and node_modules/@types rather than Typescript Definition Packages via NuGet, and so, now i'm using the tsconfig.json to control what typescript is included in the "project" Now, whenever I attempt to save a file,
Project contained errors. Output generation skipped.
shows up in the blue status bar at the bottom, but it doesn't actually show any of the errors in the error list... Is there anyway to figure out what the errors actually are?

