{
  "permissions": {
    "allow": [
      "Bash(npx tsc:*)",
      "Bash(npm run dev:*)",
      "Bash(npm install:*)",
      "Bash(npm run check:*)",
      "Bash(npm run format:*)",
      "Bash(rg:*)",
      "Bash(npx tsx:*)",
      "Bash(chmod:*)",
      "Bash(rm:*)",
      "Bash(find:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)"
    ],
    "deny": []
  }
}
