logger/nest-cli.json

10 lines
200 B
JSON
Raw Normal View History

2022-12-23 15:36:23 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": ["**/*.proto"],
"watchAssets": true
}
2022-12-23 15:36:23 +00:00
}