How should I add breakpoints to .typescript source files of my Angular application using Firefox developer tools?
I can add breakpoints to generated javascript files, but is there a way to debug .ts source files? I'm working with the latest version of Angular.