wip: typechecking

This commit is contained in:
Dax Raad
2025-09-02 03:18:13 -04:00
parent 810c9cff1d
commit 4a76224268
6 changed files with 8 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20250522.0",
"@types/node": "catalog:",