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 6d703b7ae6bb7a5ccabd7e56f9e98cb46b97123e 10 lines 209 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": ["../lexicon/dist"] 10}