-
Notifications
You must be signed in to change notification settings - Fork 4
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
svelte(missing-declaration) #6
Comments
SilentEchoGM
added a commit
to SilentEchoGM/electron-svelte-typescript
that referenced
this issue
Sep 27, 2021
Accidentally fixed this while resolving a path aliasing problem that had the same root cause so submitted a pull request that appears to solve it without affecting anything else by just shuffling the config files around |
Thanks for the help @SilentEchoUK |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have created a Test.svelte component
I have this worning in VScode
Then I imported the component into App.svelte
I have this worning in VScode
By searching I found this hypothesis for a solution
Getting svelte(missing-declaration) warnings for props
But I don't know how to do it.
The text was updated successfully, but these errors were encountered: