test/apps/api/nest-cli.json

9 lines
185 B
JSON
Raw Normal View History

2024-05-07 16:24:43 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
2024-05-09 22:29:02 +00:00
"deleteOutDir": true
2024-05-07 16:24:43 +00:00
}
}