16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"permissions": {
|
|
"allow": [
|
|
"Read",
|
|
"Read(**)",
|
|
"Read(src/**)",
|
|
"Bash",
|
|
"Bash(*)",
|
|
"Bash(npm *)",
|
|
"Bash(npm run *)",
|
|
"Bash(npm test)"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|