Server/nest-cli.json

12 lines
206 B
JSON
Raw Normal View History

2024-11-23 00:37:22 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
2024-11-25 21:09:21 +00:00
},
"generateOptions": {
"spec": false
2024-11-23 00:37:22 +00:00
}
}