halfnelson/svelte-native

Svelte Components TypeScript errors: No overload matches this call.

fbele opened this issue · 0 comments

fbele commented

How can I get rid of the TypeScript errors like this in my .svelte files?
image

I have this declared in 'types' folder:
declare module '*.svelte' { export { SvelteComponent as default }; }

But it doesn' help?
Is anybody else facing this issue?