SiKai/server/nest-cli.json

12 lines
235 B
JSON
Raw Permalink Normal View History

2024-10-13 13:47:02 +08:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
"**/*.yml"
],
"watchAssets": true,
"deleteOutDir": true
}
}