{
  "$schema": "https://json.schemastore.org/nest-cli",
  "collection": "@nestjs/schematics",
  "sourceRoot": "src",
  "entryFile": "backend/src/main",
  "compilerOptions": {
    "deleteOutDir": true,
    "tsConfigPath": "./tsconfig.json"
  }
}
