You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set the declarations to false, it resolves the problem, but I would like this type error to be cured because I want to share table definitions as package in monorepo.
The text was updated successfully, but these errors were encountered:
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.39.0
What version of
drizzle-kit
are you using?0.30.3
Other packages
No response
Describe the Bug
I get a type error similar to #3732.
tsconfig.json is as follows.
I have shared table definitions as package in monorepo and I thought it was fixed by the 0.39.0 release but it was not cured.
It occurs when exporting a sqliteTable in sqlite-core.
If I set the declarations to false, it resolves the problem, but I would like this type error to be cured because I want to share table definitions as package in monorepo.
The text was updated successfully, but these errors were encountered: