Clear and concise description of the problem
https://stackblitz.com/edit/vitejs-vite-tytgmrg8?file=vite.config.ts
I have multiple components folders need to be resolved. one is business components put in src/components and should has directoryAsNamespace: true, and one is ui components, which should be used without namespace. I try to use multiple instance to generate two .d.ts files to make it more clear and tweakable. But I found the second instance cannot resolve components. Is there any good solution? thx
Suggested solution
add support for multiple instance
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
https://stackblitz.com/edit/vitejs-vite-tytgmrg8?file=vite.config.ts
I have multiple components folders need to be resolved. one is business components put in
src/componentsand should hasdirectoryAsNamespace: true, and one is ui components, which should be used without namespace. I try to use multiple instance to generate two .d.ts files to make it more clear and tweakable. But I found the second instance cannot resolve components. Is there any good solution? thxSuggested solution
add support for multiple instance
Alternative
No response
Additional context
No response
Validations