1👍
Try this
Inside your src folder add below type definition file (creating a new ts definition file)
ambient.d.ts
and declare the module like below
declare module 'eslint-plugin-@typescript-eslint'
- [Vuejs]-Vuejs data updates but the change does not reflect in template
- [Vuejs]-Vue form axios post not submitting
Source:stackexchange.com