13 lines
433 B
JSON
13 lines
433 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm --filter @ordinarthur-os/db build)",
|
|
"Bash(pnpm --filter @ordinarthur-os/db tsc --noEmit)",
|
|
"Bash(pnpm --filter @ordinarthur-os/api add tsconfig-paths)",
|
|
"Read(//private/tmp/test_ts/pkg/**)",
|
|
"Bash(node -e \"const m = require\\('./a.ts'\\); console.log\\('CJS require result:', m\\);\")",
|
|
"Bash(pnpm --filter @ordinarthur-os/db migrate)"
|
|
]
|
|
}
|
|
}
|