kafka-producer-nestjs/nest-cli.json

11 lines
211 B
JSON
Raw Normal View History

2023-04-19 01:05:19 +03:30
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": [
"**/*.proto"
],
"watchAssets": true
}
}