21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "@nestjs/swagger",
|
|
"options": {
|
|
"dtoFileNameSuffix": [".vo.ts", ".dto.ts", ".entity.ts"],
|
|
"introspectComments": true
|
|
}
|
|
}
|
|
],
|
|
"webpack": false
|
|
},
|
|
"generateOptions": {
|
|
"spec": false
|
|
}
|
|
}
|