Closed veredcon closed 1 month ago
See #184
I failed to fix the element recognition issue with Vite. It can be fixed by changing the moduleResolution
in the tsconfig
, but I believe there’s a good reason why the Vite creators are using the current setting, so I wouldn’t modify it. But fortunately, the React wrapper makes this issue irrelevant.
The motivation for adding TypeScript support includes:
Improved recognition of custom element tags in .tsx files
Enhanced IntelliSense for component props, allowing for better auto-completion and code insights.
This would be a valuable enhancement for the library.