Type Declaration with TypeScript in Monorepo failes
I am trying to setup a monorepo with moon and pnpm, where shema lives in an additional package and is imported by other apps. Is there any monorepo example?
Currently I get following error:
There is an GitHub Issue already, can anyone help with workarounds or fixes, explanations?
https://github.com/drizzle-team/drizzle-orm/issues/656
Currently I get following error:
There is an GitHub Issue already, can anyone help with workarounds or fixes, explanations?
https://github.com/drizzle-team/drizzle-orm/issues/656
GitHub![[BUG]: `"composite" true` and Yarn workspace prevents `pgTable` fro...](https://images-ext-1.discordapp.net/external/krFqvbBTEa_08vUnvxH7QCi5KnmhFcGK0uwA67JzmoY/https/opengraph.githubassets.com/73dcca17a4a0a6499d6152c6e6e60285dd86cfc2f7ba0ddc1acec33a9b3bb71d/drizzle-team/drizzle-orm/issues/656)
What version of drizzle-orm are you using? 0.26.1 What version of drizzle-kit are you using? 0.18.1 Describe the Bug TL;DR TypeScript can't compile simple schema.ts file with users example tabl...