Files
aris/packages/aelis-source-caldav/tsconfig.json
kenneth 1129d52906 feat(caldav): add FeedItemRenderer
Implement renderCalDavFeedItem using JRX JSX to render
CalDAV events as FeedCard components. Bump @nym.sh/jrx
to 0.2.0 for null/undefined child support.

Co-authored-by: Ona <no-reply@ona.com>
2026-03-15 00:02:34 +00:00

8 lines
120 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsxImportSource": "@nym.sh/jrx"
},
"include": ["src"]
}