tyt-api-nest/nest-cli.json
EL 48a6cb99db 增加全局 ValidationPipe,完善用户 DTO 校验。
接入 Swagger(含编译插件)与 ConfigModule。
实现用户创建及邮箱重复拦截,新增 Prisma P2002 全局异常过滤。
2026-03-12 16:55:36 +08:00

10 lines
207 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"plugins": ["@nestjs/swagger"]
}
}