I am currently using svelte-gestures in a typescript project, and I do not have any sort of intellisense for its types, as my editor says that it "implicitly has an 'any' type" when importing.
I looked a bit and found that in package.json the types should be defined in dist/svelteGestures.d.ts but there is no such file in that directory.
I am currently using svelte-gestures in a typescript project, and I do not have any sort of intellisense for its types, as my editor says that it "implicitly has an 'any' type" when importing.
I looked a bit and found that in
package.json
the types should be defined indist/svelteGestures.d.ts
but there is no such file in that directory.Maybe this is why the types cannot be found?