From b35c92be889934a4e263651336d4a1d0102aed3c Mon Sep 17 00:00:00 2001 From: James Date: Wed, 6 Aug 2025 11:55:57 +0100 Subject: [PATCH] Allow Claude access to type checking commands --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index cc5ded896..8032f1d50 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -9,7 +9,8 @@ "Bash(find:*)", "Bash(npm test)", "Bash(npm test:*)", - "Bash(ls:*)" + "Bash(ls:*)", + "Bash(npx tsc:*)" ], "deny": [] }