16 lines
265 B
JSON
16 lines
265 B
JSON
|
|
{
|
||
|
|
"collection": "@nestjs/schematics",
|
||
|
|
"sourceRoot": "src",
|
||
|
|
"compilerOptions": {
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"name": "@nestjs/swagger",
|
||
|
|
"options": {
|
||
|
|
"classValidatorShim": false,
|
||
|
|
"introspectComments": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|