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
Interesting! That's a lot of boilerplate. Fortunately, those entries are auto-generated, so it'll be easy to add the additional properties. Will fix, thank you!
What version of
drizzle-orm
are you using?0.25.01
What version of
drizzle-kit
are you using?0.17.6
Describe the Bug
the type key is missing in the exports values.
currently typescript and vscode dont find the types, because they are not part of the exports.
#502 @dankochetov
project configs
tsconfig.json
package.json
fix
package.json -> exports
also i suggest to add the default key (i think esm should be the default to be future oriented)
the types need to be added for all export objects
Expected behavior
No response
Environment & setup
No response
The text was updated successfully, but these errors were encountered: