Refactor, CLI arg, full type coverage w/ JSDoc, handle rollover year and most other errors

This commit is contained in:
2024-06-14 11:27:22 +02:00
parent 4c9c671bc4
commit b8e0e9353d
9 changed files with 488 additions and 161 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"scripts": {
"check-types": "tsc --project ./jsconfig.json"
},
"devDependencies": {
"@types/node": "^20.14.2",
"typescript": "^5.4.5"
}
}