polls on atproto pollz.waow.tech
atproto zig
at main 241 B view raw
1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "strict": true, 7 "skipLibCheck": true, 8 "esModuleInterop": true, 9 "resolveJsonModule": true 10 }, 11 "include": ["src"] 12}