A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
1{ 2 "compilerOptions": { 3 "strict": true, 4 "target": "ESNext", 5 "module": "NodeNext", 6 "moduleResolution": "NodeNext", 7 "allowSyntheticDefaultImports": true, 8 "esModuleInterop": true, 9 "skipLibCheck": true, 10 "types": ["node", "vitest/globals"] 11 } 12}