feat: add permission for npm run typecheck command in settings

This commit is contained in:
2025-12-29 22:15:20 +00:00
parent fbe1f7721f
commit 8d7d2691b0

View File

@@ -20,7 +20,8 @@
"Bash(bun run typecheck:*)",
"Bash(bun run test:unit:*)",
"Bash(echo:*)",
"Bash(npx prisma validate:*)"
"Bash(npx prisma validate:*)",
"Bash(npm run typecheck:*)"
]
}
}