Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:06 +08:00
commit 44c1ebcb47
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "tsc-check",
"description": "PreToolUse hook to run TypeScript type-checks",
"version": "1.0.0",
"author": {
"name": "ClaudeSmith"
},
"hooks": [
"./hooks/hooks.json"
]
}