Allow Claude access to type checking commands

This commit is contained in:
James 2025-08-06 11:55:57 +01:00
parent 5c10586268
commit b35c92be88

View File

@ -9,7 +9,8 @@
"Bash(find:*)",
"Bash(npm test)",
"Bash(npm test:*)",
"Bash(ls:*)"
"Bash(ls:*)",
"Bash(npx tsc:*)"
],
"deny": []
}