This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Description
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.