{
    "extends": "../../tsconfig.json",
    "compilerOptions": {
      "declaration": false,
      "outDir": "../../dist/apps/gateway"
    },
    "include": ["src/**/*", "src/app.module.ts"],
    "exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
  }
  