- add "Bash(pnpm typecheck:*)" to allowed commands list for type checking operations
@@ -51,7 +51,8 @@
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(git add:*)",
- "Bash(git commit:*)"
+ "Bash(git commit:*)",
+ "Bash(pnpm typecheck:*)"
],
"deny": [],
"ask": []