13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"generateOptions": {
|
|
"spec": false
|
|
},
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"plugins": ["@nestjs/swagger/plugin"]
|
|
}
|
|
}
|