shop-front-end/.claude/settings.local.json

14 lines
264 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
2025-12-12 16:19:43 +08:00
"Bash(pnpm typecheck:*)",
"Bash(npx vue-tsc --noEmit --skipLibCheck src/components/ReAIChat/index.vue)",
"Bash(npx tsc:*)",
"Bash(dir:*)"
],
"deny": [],
"ask": []
}
}