Files
tryFullStack/backend/nest-cli.json
2025-07-15 17:32:19 +09:00

9 lines
179 B
JSON
Executable File

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