diff --git a/.claude/settings.json b/.claude/settings.json index ca25008..42e4124 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -10,6 +10,16 @@ } ] } + ], + "Stop": [ + { + "hooks": [ + { + "type": "command", + "command": "npm run typecheck 2>&1" + } + ] + } ] } }