settings.local.json 135 B

12345678910
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(npm install:*)",
  5. "mcp__ide__getDiagnostics",
  6. "Bash(npm run:*)"
  7. ]
  8. }
  9. }