admin-vben/apps/backend-mock/nest-cli.json

11 lines
237 B
JSON
Raw Normal View History

2024-06-30 06:09:44 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
2024-06-30 14:28:35 +00:00
"assets": ["**/*.yml", "**/*.json"],
2024-06-30 06:09:44 +00:00
"watchAssets": true,
"deleteOutDir": true
}
}