14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run *)",
|
|
"Read(src/**)",
|
|
"Read(packages/**)",
|
|
"Read(plugins/**)",
|
|
"Write(dist/**)"
|
|
],
|
|
"deny": ["Read(./.env)", "Read(**/secrets/**)"]
|
|
},
|
|
"effortLevel": "high"
|
|
}
|