I am trying to set up a development environment using Visual Studio for an Angular 2 typescript project using a visual studio node.js project.
If I use the command line, everything works fine, my typescript is compiled, and my application works as it should. However, using the visual build and launch studio - it does not work. My problem is that I am using this this Angular 2, and maybe these project tests will not be forwarded and generate build errors.
Is there a way to configure Visual Studio build options for node.js projects? is there any way to suppress these errors? Can I install Visual Studio to run npm / gulp scripts instead of MSBuild?
(I know about a task runner, but since it only has beforeBuild, AfterBuild, Clean, and ProjectOpen bindings, it doesn't seem to solve my problem.)
source share