You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a large custom element library based on Lit and built with TypeScript. The team have created types for all elements and have exposed the types like this:
declare global {interfaceHTMLElementTagNameMap{'mc-button': McButton;}}
However, the elements still appear as any types when using them within SFCs with Volar.
Can Volar pick up these tags, and if so, what config is required to make it happen?