chickens_game/nest-cli.json
Administrator 2ffebb8f48 init
2021-05-11 17:43:02 +08:00

11 lines
209 B
JSON

{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
{ "include": "**/*.yml","watchAssets": true }
],
"plugins": ["@nestjs/swagger/plugin"]
}
}