thyme-to-code / thyme-is-money

A simple time tracking and invoice generating tool for freelancers.
GNU General Public License v3.0
2 stars 0 forks source link

added @ts-check to header of all js(x) files #22

Closed adamshand closed 2 years ago

adamshand commented 2 years ago

Added // @ts-check to the top of all files to begin the process of migrating to Typescript and used JSDOC to add type hints to db/items/js as an example.

This won't break anything, just provides hints to the linter and will help us find things that need to be fixed before we can migrate to Typescript.