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
14 lines
285 B
JSON
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"
|
|
}
|
|
}
|