I've used Angular Quickstart example as a beginning for my angular 2 application. I'm currently trying to compile files in a separate directory to avoid the mess of .ts and .js files being mixed and I didn't a way to do it with the tools proposed.
I would like to know if anyone has met the problem before switching to a regular gulp/grunt compilation.