I have generated a typescript project using angular2 CLI (ember cli). I am using Chromium Web Developer tools to debug. I have \"enable javascript source maps\" selected i
It seems like basic configuration of Angular CLI uses Webpack and all TypeScript files can be found in its src directory, thus allowing one to put a breakpoint without making use of debugger statement.