feat(core): 集成全局异常过滤器、响应拦截器、Swagger文档、Helmet安全、限流器及TypeORM迁移支持,完善项目基础结构

This commit is contained in:
dayjoy
2026-03-11 14:39:09 +08:00
parent 886aa79be3
commit ee017f9250
14 changed files with 354 additions and 125 deletions

View File

@@ -16,10 +16,8 @@
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": true,
"strictBindCallApply": true,
"noFallthroughCasesInSwitch": true,
"paths": {
"@/*": ["src/*"]