{
  "extends": "../../tsconfig.json",
  "include": ["./src/**/*"],
  "exclude": ["**/*.test.*"],
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "src"
  }
}
