public uptime monitoring + (soon) observability with events saved to PDS
1{ 2 "compilerOptions": { 3 "lib": ["ES2020"], 4 "module": "ESNext", 5 "target": "ES2020", 6 "moduleResolution": "bundler", 7 "types": ["bun-types", "node"], 8 "skipLibCheck": true, 9 "strict": true, 10 "resolveJsonModule": true, 11 "jsx": "react-jsx", 12 "allowJs": true, 13 "allowImportingTsExtensions": true, 14 "noEmit": true 15 } 16} 17