slack status without the slack status.zzstoatzz.io
hatk statusphere
0
fork

Configure Feed

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

at main 19 lines 480 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "Node16", 5 "moduleResolution": "Node16", 6 "strict": true, 7 "esModuleInterop": true, 8 "skipLibCheck": true, 9 "noEmit": true, 10 "composite": true, 11 "allowImportingTsExtensions": true, 12 "resolveJsonModule": true, 13 "paths": { 14 "$hatk": ["./hatk.generated.ts"], 15 "$hatk/client": ["./hatk.generated.client.ts"] 16 } 17 }, 18 "include": ["server", "hatk.generated.ts", "hatk.config.ts"] 19}