nest-trpc-prisma-starter/apps/server/nest-cli.json
2024-04-26 02:12:44 +08:00

10 lines
172 B
JSON

{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"typeCheck": true,
"plugins": ["@nestjs/swagger"]
}
}