feat: update typecheck script for incremental compilation and add JosaUtil for Korean postposition handling

This commit is contained in:
2025-12-29 12:50:45 +00:00
parent cd43445e4b
commit 30de11797b
5 changed files with 143 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"dev": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/common --watch",
"lint": "node -e \"console.log('lint not configured')\"",
"test": "vitest run --config vitest.config.ts",
"typecheck": "tsc --noEmit"
"typecheck": "tsc -b"
},
"dependencies": {
"js-sha512": "^0.9.0"