How do i get typescript ionic2 starters?

hi all!
the blog post about the ionic 2 beta release stated that all starters come with typescript OR vanilla ES6/ES2015
i want to get the typescript starter but executing ionic start MyIonic2Project tabs --v2 gives me es6 and babel,
what’s the correct command? (and also where is the correct command documented)

thanks in advance!

add --ts

See here

1 Like

thank you
for anyone getting the “Cannot find name ‘Type’.” error, replace ‘Type’ with ‘any’ for a temporary fix

1 Like