Rename package to @nym.sh/jrx

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-28 01:42:09 +00:00
parent 99fe5e1db9
commit e641c33f56
21 changed files with 142 additions and 142 deletions

View File

@@ -14,11 +14,11 @@
"outDir": "dist",
"rootDir": "src",
"jsx": "react-jsx",
"jsxImportSource": "jsonsx",
"jsxImportSource": "@nym.sh/jrx",
"baseUrl": ".",
"paths": {
"jsonsx/jsx-runtime": ["./src/jsx-runtime"],
"jsonsx/jsx-dev-runtime": ["./src/jsx-dev-runtime"]
"@nym.sh/jrx/jsx-runtime": ["./src/jsx-runtime"],
"@nym.sh/jrx/jsx-dev-runtime": ["./src/jsx-dev-runtime"]
}
},
"include": ["src"]