Packages installed with jspm can't be found when trying to import them using TypeScript with Atom.
Update your tsconfig.json
to use the "filesGlob"
property. This specifies all the files that Atom TypeScript should look at for import. By default Atom only looks at pacakges installed in node_modules
.