{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist",
    "noEmit": false
  },
  "references": [{ "path": "../shared" }, { "path": "../fetcher-http" }, { "path": "../extract" }],
  "include": ["src/**/*.ts"],
  "exclude": ["src/**/*.test.ts"]
}
