fix doc type error

This commit is contained in:
musistudio
2025-12-27 08:24:16 +08:00
parent 160594a8d6
commit e3a7e59f37
8 changed files with 535 additions and 476 deletions

View File

@@ -2,9 +2,7 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"jsx": "react",
"jsxFactory": "React.createElement",
"jsxFragmentFactory": "React.Fragment",
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ES2020",