I\'m trying to build my own Angular 2/ASP.NET SPA on Visual Studio. You can find all the files here.
What I tried to do is simple: after I followed the instructions to
My problem was I'm a webpack noob and tried to execute a tsc command which as per Steve Sanderson:
tsc
causes VS to spew garbage .js files all over your source directories...
.js
The fix is to
*.js
*.js.map
*.csproj