Files
nestjs-admin/server/nest-cli.json
2024-10-26 12:10:13 +08:00

10 lines
199 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": ["**/*.yaml"],
"watchAssets": true
}
}