не может найти модуль jQuery TypeScript Ionic

/* Try running: */

 npm install jquery --save

/* Then in app.module.ts: */

import * as $ from 'jquery';
Cute Caterpillar