alf: the atproto Latency Fabric
alf.fly.dev/
1{
2 "compilerOptions": {
3 "strict": true,
4 "target": "ES2022",
5 "module": "CommonJS",
6 "moduleResolution": "node",
7 "lib": ["ES2022"],
8 "outDir": "./dist",
9 "rootDir": "./src",
10 "skipLibCheck": true,
11 "esModuleInterop": true,
12 "resolveJsonModule": true,
13 "declaration": true,
14 "types": ["node"]
15 },
16 "include": ["src/**/*"],
17 "exclude": ["node_modules", "dist", "**/__tests__/**", "**/*.test.ts"]
18}