flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

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

at trunk 19 lines 454 B view raw
1{ 2 "compilerOptions": { 3 "target": "esnext", 4 "lib": ["es2023", "DOM"], 5 "moduleDetection": "force", 6 "module": "preserve", 7 "moduleResolution": "bundler", 8 "resolveJsonModule": true, 9 "strict": true, 10 "noUnusedLocals": true, 11 "declaration": true, 12 "emitDeclarationOnly": true, 13 "esModuleInterop": true, 14 "isolatedModules": true, 15 "verbatimModuleSyntax": true, 16 "skipLibCheck": true 17 }, 18 "include": ["src"] 19}