Server/nest-cli.json

9 lines
164 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
}
}