Files
teach_sys_Demo/.claude/settings.local.json

10 lines
142 B
JSON
Raw Normal View History

2025-08-19 22:35:01 +08:00
{
"permissions": {
"allow": [
"Bash(npm run lint:*)",
"Bash(npm run typecheck:*)"
],
"deny": [],
"ask": []
}
}