nest-cli.json 319 B

12345678910111213141516
  1. {
  2. "$schema": "https://json.schemastore.org/nest-cli",
  3. "collection": "@nestjs/schematics",
  4. "sourceRoot": "src",
  5. "compilerOptions": {
  6. "deleteOutDir": true,
  7. "assets": [
  8. "**/*.proto",
  9. {
  10. "include": "FFB/prompts/**/*",
  11. "outDir": "dist/"
  12. }
  13. ],
  14. "watchAssets": true
  15. }
  16. }