Is there a method to add breakpoints to .typescript source files in my Angular application with Firefox Developer Tools?
While I am able to add breakpoints to the generated javascript files, is it possible to debug the .ts source files directly? This query pertains to the most recent version of Angular that I'm currently using.