Closed Miodec closed 3 months ago
Sounds good to me. I dont think this would negatively effect anyone else. Ill try to get this in I have a couple of other prs im trying to get in and one more update so hopefully i can get this in soon.
Hey, any update on this release? We would love to delete all our @ts-expect-error
:)
Thanks for you work!
Sorry im working on it when i can. ill be able to put some time into it tonight after work.
I was battling my monorepo setup and almost got everything to work except importing slim-select. I was getting an error:
which said there are type definitions but could not be resolved due to the
exports
property. I decided to have a look and thetypes
key was defined incorrectly (im pretty sure the*
syntax cannot be used inside the"."
key). I updated the path to./dist/index.d.ts
and everything works great.I also added a
./*
export which allows you to import any of the other types like so:Fully resolves #462