aboutsummaryrefslogtreecommitdiff
path: root/nest-cli.json
blob: f9aa683b1ad5cffc76da9ad4b77c562ac4c2b399 (plain)
1
2
3
4
5
6
7
8
{
  "$schema": "https://json.schemastore.org/nest-cli",
  "collection": "@nestjs/schematics",
  "sourceRoot": "src",
  "compilerOptions": {
    "deleteOutDir": true
  }
}