In Vuejs, while following the Vuelidate installation instructions (https://vuelidate.js.org/#getting-started), I get a warning at:
import Vuelidate from 'vuelidate'
The warning says:
Could not find a declaration file for module 'vuelidate'. 'c:/Users/[myUser]/../../index.js' implicitly has an 'any' type. Try
npm install @types/vuelidateif it exists or add a new declaration (.d.ts) file containingdeclare module 'vuelidate';ts(7016)