blob: dc34f47e1d69612f19a62c17f61fd4e1734e9beb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"permissions": {
"allow": [
"Bash(curl -s *)",
"Bash(curl -sI *)",
"Bash(curl -sIL *)",
"Bash(curl -sk *)",
"Bash(curl -sL *)",
"Bash(npm run typecheck *)",
"Bash(npx tsc --noEmit *)"
]
}
}
|