Hi.
Trying out Atom for the first time today (I’m looking for a Typescript editor for my Ionic 2 / Angular 2) projects. I have tried Webstorm but wanted to give Atom a go too. I have dragged my project into Atom but I immediately get “cannot find module” errors i.e
the first line of one of my .ts files is:
import {Page, NavController, ViewController} from 'ionic/ionic';
and I get an error of “cannot find module ionic/ionic” against this line,
I didn’t get these errors in Webstorm. Do I have to configure Atom in some way to get this to work ?