Unable to run package with laravel valet due to missing declaration of module.
I am getting this error
Could not find a declaration file for module '@vue-leaflet/vue-leaflet'. '/Users/.../.../.../node_modules/@vue-leaflet/vue-leaflet/dist/vue-leaflet.cjs.js' implicitly has an 'any' type.
Try npm i --save-dev @types/vue-leaflet__vue-leaflet if it exists or add a new declaration (.d.ts) file containing `declare module '@vue-leaflet/vue-leaflet';