Closed el3um4s closed 3 years ago
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 Closing the issue due to 7aee0f9
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.