freshyo/.commandcode/settings.json
2026-08-12 22:26:20 +05:30

13 lines
No EOL
340 B
JSON

{
"permissions": {
"allow": [
"Shell(npx tsc --noEmit --skipLibCheck src/trpc/apis/common-apis/common.ts 2 >& 1)",
"Shell(npx tsc --noEmit 2 >& 1)",
"Shell(grep:*)",
"Shell(npx tsc --noEmit -p packages/shared/tsconfig.json 2 >& 1)",
"Shell(cp:*)"
],
"deny": [],
"defaultMode": "default"
}
}