1
0

nest-cli.json 237 B

12345678910
  1. {
  2. "$schema": "https://json.schemastore.org/nest-cli",
  3. "collection": "@nestjs/schematics",
  4. "sourceRoot": "src",
  5. "compilerOptions": {
  6. "assets": ["**/*.yml", "**/*.json"],
  7. "watchAssets": true,
  8. "deleteOutDir": true
  9. }
  10. }