Calendar/.claude/settings.local.json
2025-11-03 21:30:50 +01:00

19 lines
406 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(powershell:*)",
"Bash(rg:*)",
"Bash(find:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(npm install:*)",
"Bash(npm test)",
"Bash(cat:*)",
"Bash(npm run test:run:*)",
"Bash(npx tsc)"
],
"deny": []
}
}