freshyo/.commandcode/settings.json
2026-08-03 22:03:55 +05:30

9 lines
No EOL
183 B
JSON

{
"permissions": {
"allow": [
"Shell(npx tsc --noEmit --skipLibCheck src/trpc/apis/common-apis/common.ts 2 >& 1)"
],
"deny": [],
"defaultMode": "default"
}
}