Add sqlite3 types and vscode settings #11
Merged
a258wang
merged 3 commits from a258wang-sqlite-types
into main
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'a258wang-sqlite-types'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I was having some TypeScript trouble with sqlite3, but hopefully this should fix it. I also copied over most of the .vscode settings from the website repo.
declare module "sqlite3";
You don't need this file at all. The @types package should automatically work.
91ef014ee5
into main 1 year agoReviewers
91ef014ee5
.