ANProto over ATProto -- using Bluesky PDSes to store ANProto messages and blobs
at main 246 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "commonjs", 5 "strict": true, 6 "esModuleInterop": true, 7 "skipLibCheck": true, 8 "forceConsistentCasingInFileNames": true, 9 "outDir": "./dist" 10 }, 11 "include": ["src"] 12}