Calendar/.claude/settings.local.json

21 lines
431 B
JSON
Raw Normal View History

{
"$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:*)",
2025-11-03 14:54:57 +01:00
"Bash(npm test)",
2025-11-03 21:30:50 +01:00
"Bash(cat:*)",
"Bash(npm run test:run:*)",
"Bash(npx tsc)",
"Bash(npx tsc:*)"
],
"deny": []
}
}