{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "./dist", // Your outDir,
    "emitDeclarationOnly": true
  },
  "include": ["./src"],
  "references": [
    { "path": "../xrpc/tsconfig.build.json" },
    { "path": "../lex-cli/tsconfig.build.json" }
  ]
}
