nest-project/nest-cli.json
2023-02-15 17:10:37 +08:00

12 lines
217 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"generateOptions": {
"spec": false
},
"compilerOptions": {
"deleteOutDir": true
}
}