vue-infinite-slide-bar
vue-infinite-slide-bar copied to clipboard
Implicity 'any' type
I'm creating an application with typescript and I get the following error:
Could not find a declaration file for module 'vue-infinite-slide-bar'. 'c:/.../construction/node_modules/vue-infinite-slide-bar/lib/vue-infinite-slide-bar.min.js' implicitly has an 'any' type.
Try npm i --save-dev @types/vue-infinite-slide-bar if it exists or add a new declaration (.d.ts) file containing declare module 'vue-infinite-slide-bar';
However, the command 'npm i --save-dev @types/vue-infinite-slide-bar' finds nothing.