15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npx vue-tsc --noEmit)",
|
|
"Bash(timeout 60 npx vue-tsc:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(timeout /t 5 /nobreak)",
|
|
"Bash(git checkout:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|