You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/main.ts:13:27 - error TS7016: Could not find a declaration file for module 'vue-horizontal'. 'C:/Github/project-vue3/node_modules/vue-horizontal/dist/vue-horizontal.umd.js' implicitly has an 'any' type.
Try npm i --save-dev @types/vue-horizontal if it exists or add a new declaration (.d.ts) file containing declare module 'vue-horizontal';
@renogies I managed to get around this by creating a declaration file like this. Make sure to have the file or the directory where you put it in your includes in the tsconfig.json.
vue-horizontal@next not yet support TS (Vue3) ?
The text was updated successfully, but these errors were encountered: