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

@@ -17,7 +17,8 @@
"./*": "./src/*"
},
"scripts": {
"db": "sst shell drizzle-kit"
"db": "sst shell drizzle-kit",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"drizzle-kit": "0.30.5",