2023-02-15 16:49:40 +08:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
"collection": "@nestjs/schematics",
|
|
|
|
"sourceRoot": "src",
|
2023-02-15 17:10:37 +08:00
|
|
|
"generateOptions": {
|
|
|
|
"spec": false
|
|
|
|
},
|
2023-02-15 16:49:40 +08:00
|
|
|
"compilerOptions": {
|
2023-02-15 21:26:41 +08:00
|
|
|
"deleteOutDir": true,
|
2023-02-21 23:15:40 +08:00
|
|
|
"plugins": [
|
|
|
|
{
|
|
|
|
"name": "@nestjs/swagger/plugin",
|
|
|
|
"options": { "introspectComments": true }
|
|
|
|
}
|
|
|
|
]
|
2023-02-15 16:49:40 +08:00
|
|
|
}
|
|
|
|
}
|