| Current Path : /home/deltalab/PMS/logistic-backend/ |
| Current File : //home/deltalab/PMS/logistic-backend/nest-cli.json |
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": [
{
"name": "@nestjs/swagger",
"options": {
"dtoFileNameSuffix": [".schema.ts"]
}
}
]
}
}