Before we move on making classes to encapsulate Items management - we really should integrate TS into the project
[ ] Add typescript to the project
[ ] Init tsconfig - this should allow us to incrementally adopt TS
[ ] Convert primary index.js -> index.ts
[ ] Convert files needed to make index.ts valid - but especially make sure the Dexie db instance is typed
Before we move on making classes to encapsulate Items management - we really should integrate TS into the project
[ ] Add
typescript
to the project [ ] Init tsconfig - this should allow us to incrementally adopt TS [ ] Convert primary index.js -> index.ts [ ] Convert files needed to makeindex.ts
valid - but especially make sure the Dexie db instance is typed