Hi!
I have a Lit component built and rendering in Storybook, but the jsdoc comments that describe the component and its properties aren't coming through in the autodocs.
(Comments I've added above the stories, though, do get displayed.)
I made the repo public since I figure there's something wrong with my configuration:
https://github.com/coggen/kezuri
And this is the component:
https://github.com/coggen/kezuri/blob/main/src/components/card/card.ts
I'm new to almost everything I'm using in my project - Storybook, Lit, Vite, and Typescript - so I apologize if I've overlooked something simple. Thanks!