nest-trpc-prisma-starter/apps/server/nest-cli.json

10 lines
172 B
JSON
Raw Normal View History

2024-04-25 18:12:44 +00:00
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"typeCheck": true,
"plugins": ["@nestjs/swagger"]
}
}