How to set up Typescript for Ionic v2 in IntelliJ IDEA

Ionic recently upgraded to version 2, which is well supported with TypeScript. I use IntelliJ IDEA to work with it, but I don’t know how to configure TypeScript to work with them.

So how to set up an ion project in version 2 to work with TypeScript?

+4
source share
1 answer

With the latest ionic @beta you can do ionic start myapp --v2 --tsto download the Typescript starter version.

+2
source

Source: https://habr.com/ru/post/1614593/


All Articles