Ionic 2 Tutorial Project Doesnt have .ts files

I created a ionic 2 project using the bash command:

ionic start myProj tutorial --v2

But it didnt come with the TypeScript files to develop. Is there a way to fix this on my end or is it just a beta thing?

Just add --ts to the end of your command

1 Like

likeionic start myProj tutorial --v2 --ts ?

Yup, just did it myself there 20 mins ago :slight_smile:

awesome! thanks bruh!

i tried it but still no luck :’(

Have you followed all of the instructions here : http://ionicframework.com/docs/v2/getting-started/installation/ ?

Yes I did everything needed

Not sure whats going on then Im afraid. I used your command and it worked fine for me. Perhaps try removing the ionic cli and re-installing it