nest-cli.json 464 B

12345678910111213141516171819
  1. {
  2. "collection": "@nestjs/schematics",
  3. "sourceRoot": "apps/box-mgnt-api/src",
  4. "entryFile": "main",
  5. "compilerOptions": {
  6. "tsConfigPath": "apps/box-mgnt-api/tsconfig.json"
  7. },
  8. "projects": {
  9. "box-mgnt-api": {
  10. "type": "application",
  11. "root": "apps/box-mgnt-api",
  12. "entryFile": "main",
  13. "sourceRoot": "apps/box-mgnt-api/src",
  14. "compilerOptions": {
  15. "tsConfigPath": "apps/box-mgnt-api/tsconfig.json"
  16. }
  17. }
  18. }
  19. }