nest-project/nest-cli.json

12 lines
217 B
JSON
Raw Normal View History

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": {
"deleteOutDir": true
}
}