mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 17:50:25 +08:00
11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"assets": ["**/*.yml", "**/*.json"],
|
|
"watchAssets": true,
|
|
"deleteOutDir": true
|
|
}
|
|
}
|