|
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "@nestjs/swagger",
|
|
"options": {
|
|
"introspectComments": true
|
|
}
|
|
}
|
|
],
|
|
"webpack": false
|
|
},
|
|
"generateOptions": {
|
|
"spec": false
|
|
}
|
|
}
|