settings.local.json 101 B

123456789
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(npx vue-tsc *)",
  5. "Bash(npx tsc *)"
  6. ]
  7. }
  8. }