Files
waste-go/.claude/settings.json

10 lines
123 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(go build *)",
"Bash(npx tsc *)",
"Bash(npm run *)"
]
}
}