Files
counterplugin/.claude/settings.local.json
Sayuop 5f5f2f63ba Fix TypeScript errors and build plugin
- Add proper type annotation for node variable
- Add null check in forEach callback
- Plugin now builds successfully

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 10:21:46 +01:00

15 lines
249 B
JSON

{
"permissions": {
"allow": [
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git remote add:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)"
],
"deny": [],
"ask": []
}
}