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

11 lines
237 B
JSON
Raw Normal View History

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