Explorar o código

🔧 chore(claude): update settings.local.json with additional bash command

- add "Bash(npx tsc:*)" to the allowed commands list
yourname hai 2 meses
pai
achega
2e50e69b3b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .claude/settings.local.json

+ 2 - 1
.claude/settings.local.json

@@ -30,7 +30,8 @@
       "Bash(done)",
       "Bash(do sed -i '8d' \"$file\")",
       "Bash(pnpm typecheck)",
-      "Bash(pnpm run typecheck)"
+      "Bash(pnpm run typecheck)",
+      "Bash(npx tsc:*)"
     ],
     "deny": [],
     "ask": []