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