Before Ionic2 RC there was possible to create a pure JS template with Ionic CLI
Now it always creates a TypeScript template, no matter what keys I'm supplying.
I was trying --javascript, --no-ts, --js
no luck.
documentation also giving nothing about it.
Is there any way to create a pure js template using ionic2 cli ?
My old project was developed with js template, and now I cannot move to RC.
--tswas a key to create a TypeScript template before RC. Funny that their docs says nothing about it now...