feat: update typecheck script to use incremental compilation

This commit is contained in:
2025-12-29 12:11:10 +00:00
parent 69be22749d
commit 7f73110621
+1 -1
View File
@@ -9,7 +9,7 @@
"start": "pnpm run build && node dist/index.js",
"lint": "node -e \"console.log('lint not configured')\"",
"test": "vitest run --config vitest.config.ts",
"typecheck": "tsc --noEmit"
"typecheck": "tsc -b"
},
"dependencies": {
"@sammo-ts/common": "workspace:*",