Reputation: 385
I created an Ionic project with Typescript as below.
ionic start MyIonic2Project tutorial --v2 --ts
In gulpfile.js
which is created automatically, ionic-gulp-browserify-typescript
is used to compile Typescript.
My question is what version of typescript is used by ionic-gulp-browserify-typescript
.
Upvotes: 0
Views: 440