Files
cabrits-math/.claude/settings.local.json
2026-05-18 21:15:33 -04:00

13 lines
308 B
JSON

{
"permissions": {
"allow": [
"Bash(cd \"C:/Users/earl_/source/repos/CabritsMath/cabrits-math\" && npx next build 2>&1 | tail -80)",
"Bash(npx tsc *)",
"Bash(echo \"TSC_EXIT=$?\")",
"Bash(npx eslint *)",
"Bash(echo \"LINT_EXIT=$?\")",
"Bash(npx next *)"
]
}
}