{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": "src"
  },
  "exclude": ["**/*.test.*", "test/**/*"],
  "references": [
    { "path": "../common/tsconfig.build.json" },
    { "path": "../../testing/test-utils/tsconfig.build.json" }
  ]
}
