13 lines
194 B
JSON
13 lines
194 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(npm install)",
|
||
|
|
"Bash(ls:*)",
|
||
|
|
"Bash(cat:*)",
|
||
|
|
"Bash(npx tsc:*)",
|
||
|
|
"Bash(npm run dev:*)",
|
||
|
|
"Bash(timeout:*)"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|