jean
DTDrizzle Team
•Created by jean on 5/28/2023 in #help
Error when using Drizzle (Non-abstract class 'PgSelect<TTableName, TSelection, TSelectMode, [...])
I suppressed the error by adding:
"skipLibCheck": true
to my tsconfig.json
5 replies
DTDrizzle Team
•Created by jean on 5/28/2023 in #help
Error when using Drizzle (Non-abstract class 'PgSelect<TTableName, TSelection, TSelectMode, [...])
And my
tsconfig.json
:
Not sure what I'm doing wrong here.5 replies
DTDrizzle Team
•Created by jean on 5/28/2023 in #help
Error when using Drizzle (Non-abstract class 'PgSelect<TTableName, TSelection, TSelectMode, [...])
Here's my
package.json
:
5 replies