Files
mental_health/nest-cli.json
2025-12-07 16:25:19 +05:00

11 lines
211 B
JSON

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