feat(project):

- 配置 jsx 编译选项为 react 模式
- 更新zy-react-library包
master
LiuJiaNan 2026-04-01 11:00:06 +08:00
parent fdad171503
commit bb75242a07
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
"baseUrl": "src",
"paths": {
"~/*": ["*"]
}
},
"jsx": "react"
},
"include": ["src"]
}

View File

@ -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",