๐Ÿ“ฆ nestjs / terminus

๐Ÿ“„ nest-cli.json ยท 8 lines
1
2
3
4
5
6
7
8{
  "$schema": "https://json.schemastore.org/nest-cli",
  "collection": "@nestjs/schematics",
  "sourceRoot": "lib",
  "compilerOptions": {
    "assets": ["**/*.proto"]
  }
}