settings.local.json 141 B

12345678910
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(ls:*)",
  5. "Bash(wc:*)",
  6. "Bash(npx vue-tsc:*)",
  7. "Bash(npm run:*)"
  8. ]
  9. }
  10. }