Having trouble importing typings for Swiper into my Angular 2 project.
After installing Swiper and its typings using npm, I tried including Swiper in my component like this:
import { Swiper } from 'swiper';
However, Atom displays an error:
path/../@types/swiper/index.d.ts is not a module
I'm unsure if the issue lies with incorrectly declared typings or if it's something on my end. Any insights?