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
1{
2 "extends": "../../tsconfig.base.json",
3 "compilerOptions": {
4 "outDir": "./dist/types",
5 "rootDir": "./dist/types",
6 "declaration": true,
7 "declarationMap": true,
8 "skipLibCheck": true,
9 "noEmitOnError": false
10 },
11 "include": [
12 "dist/types/index.ts",
13 "dist/types/types/**/*.ts",
14 "dist/types/util.ts",
15 "dist/types/lexicons.ts"
16 ],
17 "exclude": []
18}