From bb75242a07505a66a3860c05a11a66158e39d579 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 1 Apr 2026 11:00:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(project):=20-=20=E9=85=8D=E7=BD=AE=20jsx?= =?UTF-8?q?=20=E7=BC=96=E8=AF=91=E9=80=89=E9=A1=B9=E4=B8=BA=20react=20?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=20-=20=E6=9B=B4=E6=96=B0zy-react-library?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jsconfig.json b/jsconfig.json index 4cf89dc..ed50d55 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -3,7 +3,8 @@ "baseUrl": "src", "paths": { "~/*": ["*"] - } + }, + "jsx": "react" }, "include": ["src"] } diff --git a/package.json b/package.json index 2e3a8ec..cf08bca 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-to-print": "^3.2.0", - "zy-react-library": "^1.2.6" + "zy-react-library": "^1.2.14" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1",