seedling/source/rest/nest-cli.json
romanjaros da23b80647
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Rename source folders
2023-10-24 20:43:21 +02:00

16 lines
No EOL
320 B
JSON

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