GlobalHive / vuejs-tour

VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.
https://globalhive.github.io/vuejs-tour/
MIT License
79 stars 6 forks source link

Could not find a declaration file for module '@globalhive/vuejs-tour' #53

Closed kopiaman closed 4 months ago

kopiaman commented 4 months ago
Screenshot 2024-04-24 at 10 11 47 AM
GlobalHive commented 4 months ago

Hey @kopiaman that's weird since no one else ever has this problem. Can you give me some information about the project (versions e.c.t)

Best Regards, Sascha

GlobalHive commented 4 months ago

Looks like you're using it in a Typescript project. VueJS-Tour is written in JavaScript (for now, going to migrate soon)

To avoid the issue just replace these line in the tsconfig.json

"noImplicitAny": false,
"allowJs": true,

then it should work without a Problem

Best Regards, Sascha