后端重构

This commit is contained in:
eafonyang
2026-07-30 13:56:31 +08:00
parent 707d889514
commit f2bbaa6876
80 changed files with 4765 additions and 4288 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"customConditions": ["@zod/source"],
"esModuleInterop": true,
"strict": true,
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true,
"resolveJsonModule": true,
"paths": { "@/*": ["./src/*"] }
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}