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 10 lines 221 B view raw
1{ 2 "extends": "../../tsconfig.base.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "rootDir": "./src", 6 "skipLibCheck": true 7 }, 8 "include": ["src/**/*.ts"], 9 "exclude": ["../../packages/lexicon/dist"] 10}