How should I debug TypeScript files in ASP.NET 5?
Suppose solution layout as on the following picture. Notice .ts Scripts are outside wwwroot folder and compiled .js file is
I'm using Visual studio 2015 RC and debugging for scripts outside of wwwroot folder works by default if I set internet explorer as the debug browser in visual studio.
This also gives you the opportunity to have breakpoints directly in the visual studio IDE.