If Angular 2
use typescript
how do I transpile my project to ecmascript 5
?
I am using angular cli
generated by a folder structure
I have seen that there is a dist folder that is generated with the command ng build
but I want to upload the project to a host but I'm confused
I have listened to webPack
but I still have doubts I should use angular cli
or webPACK
What is the way to transpile to ecmascript5
?