Add sqlite3 types and vscode settings #11
Loading…
Reference in New Issue
No description provided.
Delete Branch "a258wang-sqlite-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.
@ -1 +1,8 @@
declare module "sqlite3";
You don't need this file at all. The @types package should automatically work.