Skip to content
Snippets Groups Projects
nest-cli.json 171 B
Newer Older
  • Learn to ignore specific revisions
  • Adrian Cheng's avatar
    Adrian Cheng committed
    {
      "$schema": "https://json.schemastore.org/nest-cli",
      "collection": "@nestjs/schematics",
      "sourceRoot": "src",
      "compilerOptions": {
        "deleteOutDir": true
      }
    }