I followed the wizard for install and import the component, but the import row has this error.
Could not find a declaration file for module 'vue3-autocomplete'. '..../dist/vue3-autocomplete.common.js' implicitly has an 'any ' type. Trynpm i --save-dev @types/vue3-autocompleteif it exists or add a new declaration (.d.ts) file containingdeclare module 'vue3-autocomplete';``
I followed the wizard for install and import the component, but the import row has this error.
Could not find a declaration file for module 'vue3-autocomplete'. '..../dist/vue3-autocomplete.common.js' implicitly has an 'any ' type. Try
npm i --save-dev @types/vue3-autocompleteif it exists or add a new declaration (.d.ts) file containing
declare module 'vue3-autocomplete';``How can i resolve?