the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

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

at main 19 lines 435 B view raw
1{ 2 "compilerOptions": { 3 "target": "esnext", 4 "lib": ["esnext"], 5 "module": "esnext", 6 "moduleResolution": "bundler", 7 "types": [ 8 "./worker-configuration.d.ts", 9 "@types/node", 10 "node" 11 ], 12 "esModuleInterop": true, 13 "forceConsistentCasingInFileNames": true, 14 "strict": true, 15 "skipLibCheck": true, 16 "noEmit": true 17 }, 18 "include": ["worker-configuration.d.ts", "src/**/*.ts"] 19}