Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript support #9

Closed
tommyo opened this issue Dec 19, 2019 · 1 comment · Fixed by #10
Closed

Typescript support #9

tommyo opened this issue Dec 19, 2019 · 1 comment · Fixed by #10

Comments

@tommyo
Copy link

tommyo commented Dec 19, 2019

Build not quite right for typescript? Linters not finding dist/index.d.ts when using import VShowSlide from 'v-show-slide' with error:

Could not find a declaration file for module 'v-show-slide'. '/path/to/app/node_modules/v-show-slide/dist/v-show-slide.umd.js' implicitly has an 'any' type.

However, using import VShowSlide from 'v-show-slide/src' works fine.

@phegman
Copy link
Owner

phegman commented Dec 22, 2019

Thanks for the heads up, this should be fixed in the latest version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants