chore:更新项目依赖和 TypeScript 配置

- 添加测试相关依赖:Jest、@nestjs/testing、ts-jest
- 更新 TypeScript 配置支持 Jest 类型定义
- 完善开发环境工具链配置
This commit is contained in:
moyin
2025-12-13 16:20:03 +08:00
parent 1478a2dbf5
commit ae58596473
2 changed files with 33 additions and 15 deletions

View File

@@ -17,7 +17,8 @@
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"strictNullChecks": false
"strictNullChecks": false,
"types": ["jest", "node"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]