I have created a Vue 3 component library using JavaScript instead of TypeScript. Now, I want to use the Volar extension in my main project to provide intellisense for the components created in the library. However, I couldn't find any solid implementations or documentation online for achieving this.

How can I enable intellisense for a Vue 3 component library created using JavaScript and using Volar extension in the main project?

0

There are 0 best solutions below