Rename package from jfx to jsonsx

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

View File

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