Files
aris/packages/aelis-components/tsconfig.json
kenneth d23277119b feat: add @aelis/components package with JRX definitions
JRX component wrappers for the aelis-client UI components,
enabling server-side feed item rendering via json-render.

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

8 lines
120 B
JSON

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