Files
aris/packages/aelis-source-tfl/tsconfig.json
kenneth 1dd14da71d feat(tfl): add FeedItemRenderer for TfL alerts
Implement renderTflAlert using JRX and @aelis/components.
Upgrade @nym.sh/jrx to 0.2.0 for null child support.

Co-authored-by: Ona <no-reply@ona.com>
2026-03-14 23:55:43 +00:00

8 lines
120 B
JSON

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