svelte-feather-icons
svelte-feather-icons copied to clipboard
Change SvelteComponentTyped to SvelteComponent
See issue https://github.com/dylanblokhuis/svelte-feather-icons/issues/26.
Typescript and svelte-check complain when using SvelteComponentTyped
instead of SvelteComponent
, probably related to the deprecation of the former.
This PR changes the build script to use SvelteComponent
.