12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(npm run type-check:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npm test)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |