huntabyte / cmdk-sv

cmdk, but for Svelte ✨
https://cmdk-sv.com
MIT License
470 stars 19 forks source link

Bundle typescript definitions with the package #77

Closed wesharper closed 4 months ago

wesharper commented 4 months ago

I've been playing with shadcn-svelte and when I pulled in the command component I got Cannot find module 'cmdk-sv' or its corresponding type declarations.ts(2307) when running my linter.

wesharper commented 4 months ago

Intellisense was busted. I verified everything is working as expected. Sorry for the spam.