Issayah
Issayah
This isn't very helpful without a reproduction, because in all of my tests and reproduction, I get nothing remotely similar to your issue.
Nuxt attempts to do vue-tsc lib checking when it generates `components.d.ts`. The components are pulled there, then go through nuxt lib checking and ignore the rules of tsconfig. Vue-tsc will...
Importing types has no effect on package size. You could safely import the type from the root. But I may do your suggestion as well. If your system becomes well...
> If I need any assistance, I will gladly accept your help, but for now I'd like to try and figure it out myself if I can :) Instead of...
I'll work on bringing the library into ours soon. Since I don't have access to the repository secrets, I can't set up npm publishing at the moment.
> Yes, that sounds great to me. Since the project structure is now matching the one of bv3 this should be an easy one. For now I have tested publishing...
> @VividLemon I guess this has probably slipped through, but would you mind having a look at this and provide me with some feedback? What issue are you referring to?
> @VividLemon in my last post here, right before this, I posted a link to the commit in my fork where I made the changes. > > Since there are...
None of the components have global config available. Perhaps sometime "soon", considering there isn't a whole lot left to complete. I just need to learn how to actually build this.
This doesn't contain enough information to be useful for me. The error message is too cryptic to be of any use.