16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm create:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npx eslint:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(python:*)",
|
|
"Bash(pip --version:*)",
|
|
"Bash(pip install:*)"
|
|
]
|
|
}
|
|
}
|