From d4285d10d43cea9eeff13ca0a0222e0fb0d3daf4 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Mon, 29 Dec 2025 22:10:53 +0000 Subject: [PATCH] feat: add permission for bun run typecheck command --- .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 64d83ceb2..73312470b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -16,7 +16,8 @@ "Bash(xargs git rm:*)", "Bash(bun add:*)", "Bash(bun install:*)", - "Bash(test -f:*)" + "Bash(test -f:*)", + "Bash(bun run typecheck:*)" ] } }