Skip to content
Discussion options

You must be logged in to vote

Solved!

Okay, there were two changes that I made that I believe contributed to the solution here.

  1. I changed the namespace of the private package to not match the same as the package's namespace from the monorepo.
  2. I went and modified the private package's index to properly export the /src/FirestoreTypes as apart of the index.ts file. I didn't catch that the LSP imported it that way because it was being packed with the build files, but not apart of the main entry-point for the package (the package.json's main vs files fields). I actually suspect this was the primary issue when bundling everything together.

Thanks again for such an amazing package. This really ended up cleaning up my build…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@0x80
Comment options

0x80 May 22, 2025
Maintainer

Answer selected by JohnValanidas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants