There are multiple typescript errors being reported when I run svelte-check in a project that imports from @storyblok/svelte. For example in @storyblok/svelte/index.ts the following are obviously problematic:
let storyblokApiInstance: StoryblokClient = null;
// ...
let componentsMap: SbSvelteComponentsMap = null;
There's also a hint: "Could not find a declaration file for module './StoryblokComponent.svelte'."
There are multiple typescript errors being reported when I run
svelte-check
in a project that imports from@storyblok/svelte
. For example in @storyblok/svelte/index.ts the following are obviously problematic:There's also a hint: "Could not find a declaration file for module './StoryblokComponent.svelte'."