feat: refactor to react for better ai generation

This commit is contained in:
2025-04-21 02:22:28 +08:00
parent 10b17dc66b
commit 08946059ad
122 changed files with 7129 additions and 9163 deletions

View File

@@ -4,11 +4,11 @@
"rootDir": ".",
"composite": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"jsxImportSource": "react",
"module": "ESNext",
"moduleResolution": "bundler",
"paths": {
"~/*": ["./src/*"]
"@/*": ["./src/*"]
}
},
"include": ["src"]