[READ-ONLY] Mirror of https://github.com/andrioid/pi-fence. Fence wrapper for Pi coding agent. Wraps bash calls and intercepts reads/writes according to fence config
0

Configure Feed

Select the types of activity you want to include in your feed.

pi-fence / tsconfig.json
266 B 12 lines
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ES2022", 5 "moduleResolution": "bundler", 6 "strict": true, 7 "skipLibCheck": true, 8 "noEmit": true, 9 "esModuleInterop": true 10 }, 11 "include": ["index.ts", "audit.ts", "policy/**/*.ts", "grants/**/*.ts"] 12}