Hello!
I'm playing with TanStack DB - awesome job, really excellent experience. Happy to test the early release and report some issues I stumbled upon.
It seems like electricCollectionOptions is using something in return type which isn't exported from anywhere, so when using TS with declaration emit enabled it results in:
I verified and it's related to this:
When I use pnpm patch and export this type from package source code, everything works correctly.