I have a web project that "compiled to save", working perfectly for almost a year. Then I switched to using npm packages node_modules/@typesand not Typescript definition packages through NuGet, and so now I use tsconfig.json to control that Typescript is included in the "project". Now when I try to save the file,
The project contains errors. The output value is skipped.
appears in the blue status bar at the bottom, but actually no error appears in the error list ... Is there a way to find out what the errors really are?
Daryl source
share