-
Notifications
You must be signed in to change notification settings - Fork 10
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 #13
Comments
Hopefully will add those in the near future, if anyone feels like adding them, a PR is very welcome. |
Thank you @rikschennink ! |
I get the same errors and fix by vscode suggestion (the docs in github repo get errors): in app.d.ts add this line: |
Any news on this? typescript complaining about not having typesupport is annoying |
Using
svelte-filepond
with typescript causes the errorCannot resolve definitions for module 'svelte-filepond'
. The type definitions aren't available at@types/svelte-filepond
either.A definitions file will be very helpful. Thanks.
The text was updated successfully, but these errors were encountered: