When you run an application on localhost with Typescript you can debug Typescript vs. the generated JavaScript Files (but you must first compile TS).
- Developer Tools
- Sources
- Control + P to bring up the search window
- Find your TypeScript file and selected it. You can then add break points.