WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
at main 17 lines 400 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "declaration": true, 7 "declarationMap": true, 8 "sourceMap": true, 9 "strict": true, 10 "esModuleInterop": true, 11 "skipLibCheck": true, 12 "forceConsistentCasingInFileNames": true, 13 "resolveJsonModule": true, 14 "jsx": "react-jsx", 15 "jsxImportSource": "hono/jsx" 16 } 17}