{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": "./src",
    "outDir": "dist",
    "composite": true
  },
  "references": [
    {
      "path": "../auto-spies-core/tsconfig.build.json"
    }
  ],
  "exclude": ["**/*.spec.ts", "src/**/fake-classes-to-test.ts"]
}
