🔄Update: 导入初始工程

This commit is contained in:
2025-10-14 11:29:41 +08:00
parent 1acf258dc8
commit 60b09cddaa
149 changed files with 25068 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}