diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..ea2ea80 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "Bash(npm run lint)", + "Bash(npm run typecheck)", + "Bash(npm run test*)" + ], + "deny": [] + } +} \ No newline at end of file