Files
Klc_backend/nest-cli.json

10 lines
172 B
JSON
Raw Normal View History

2025-10-15 16:09:28 +05:30
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}