This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Description
I am learning the monorepo architecture of this library.
I found that components in the ui-kit are resolved to any
type.
I found that this could be caused by the exports
field in ui-kit's package.json
(delete this field and add /dist/
in the path in the resolver.ts
will work).
I'm still learning and haven't found a solution yet. I've posed an issue(vitejs/vite-plugin-vue#252) for the moment, but wondered if you have an elegant solution?