Files
gh-jnlei-claude-tools-plugi…/hooks/hooks.json
2025-11-30 08:28:06 +08:00

16 lines
248 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/tsc-check.sh"
}
]
}
]
}
}