{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist",
    "noEmit": false,
    "declaration": true
  },
  "include": ["src/**/*"],
  "references": [
    {
      "path": "../songwhip-utils/tsconfig.build.json"
    },
    {
      "path": "../songwhip-utils-auth/tsconfig.build.json"
    },
    {
      "path": "../songwhip-utils-redis/tsconfig.build.json"
    }
  ]
}
