Files
girlcockbsky/tsconfig.json
ItsRauf a26b3746be refactor(components): move from genHTML to hono jsx
refactor(post/image): parse and validate embed data from Bluesky to sort
which image to show
feat(post/description): add quote replies
feat(post/details): add post details (likes, reskeets, comments)
feat(profiles): add profile embed
fix: added domain key to env vars so that oembed works locally and in
self-hosted instances
2023-07-18 23:35:33 -04:00

14 lines
285 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}