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
You're missing a declare statement before the class Client_Libsql extends Knex.Client {} declaration in index.d.ts declaration file.
It's causing errors in my application when tsc attempts to transpile it.
I'm not going to set tsconfig.jsonskipLibCheck to true, which I've seen others suggest, since I need my declaration files to be validated during build and that option disables checking of those files.
Thank you,
Scott
The text was updated successfully, but these errors were encountered:
You're missing a
declare
statement before theclass Client_Libsql extends Knex.Client {}
declaration in index.d.ts declaration file.It's causing errors in my application when
tsc
attempts to transpile it.I'm not going to set
tsconfig.json
skipLibCheck
totrue
, which I've seen others suggest, since I need my declaration files to be validated during build and that option disables checking of those files.Thank you,
Scott
The text was updated successfully, but these errors were encountered: