the tangled network observatory ◈ every knot, its health, its version, in your terminal
tangled cli tui knot monitoring observability atproto federation
0

Configure Feed

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

fid / tsconfig.json
232 B 13 lines
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "types": ["node"], 5 "module": "NodeNext", 6 "moduleResolution": "NodeNext", 7 "strict": true, 8 "outDir": "dist", 9 "rootDir": "src", 10 "skipLibCheck": true 11 }, 12 "include": ["src"] 13}