Add sqlite3 types and vscode settings #11

Merged
a258wang merged 3 commits from a258wang-sqlite-types into main 2022-01-22 13:52:42 -05:00
Owner

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.

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.
a258wang added 2 commits 2021-11-26 20:45:36 -05:00
a258wang requested review from n3parikh 2021-11-26 20:45:47 -05:00
a258wang requested review from j285he 2021-11-26 20:45:47 -05:00
a3thakra reviewed 2021-11-27 19:40:03 -05:00
types.d.ts Outdated
@ -1 +1,8 @@
declare module "sqlite3";
Owner

You don't need this file at all. The @types package should automatically work.

You don't need this file at all. The @types package should automatically work.
a258wang added 1 commit 2021-11-27 21:04:56 -05:00
j285he approved these changes 2022-01-21 17:14:46 -05:00
a258wang merged commit 91ef014ee5 into main 2022-01-22 13:52:42 -05:00
a258wang deleted branch a258wang-sqlite-types 2022-01-22 13:52:48 -05:00
j285he referenced this issue from a commit 2022-03-16 18:19:02 -04:00
Sign in to join this conversation.
No reviewers
No Label
Backend
Frontend
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: www/library#11
No description provided.