i just want to start with angular 2 right way. Im using django and django-pipeline. I tried pipeline typescript module, which compiling all .ts files in .js files. But i cannot run it, due errors and here is my question about that, so i still not get it working!
So for now i just followed official tutorial and got it running without compilation on server
So my question is, is it normal production setup to do like this, just leave all my problems to transpiler, or i need to fix my typescript compiller and files need to be JS. What is the right way to build project with typescript and minification + maybe obfuscation. Django-pipeline do all i dreamed about, but i cannot get it running with Angular, but typescript compiling ok.