drizzle-orm doesn't compile
I've just created a blank typescript project for nodeJs and installed the library as specified in Drizzle doc.
In the index.ts file of the project, I have the following code:
When I run "tsc", I got a ton of errors from "node_modules/drizzle-orm/query-promise.d-2e42fbc9.d.ts"
For example:
My dependencies on the snapshot
How can I solve this?
0 Replies