programmatic subagents
0
fork

Configure Feed

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

at main 14 lines 295 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2023", 4 "module": "ESNext", 5 "moduleResolution": "Bundler", 6 "lib": ["ES2023"], 7 "strict": true, 8 "skipLibCheck": true, 9 "allowSyntheticDefaultImports": true, 10 "esModuleInterop": true, 11 "noEmit": true, 12 "types": ["bun"] 13 } 14}