{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "build"
  },
  "include": [
    "src/**/*",
    "src/**/*.json"
  ],
  "references": [
    { "path": "../yoshi-config" },
    { "path": "../yoshi-helpers" }
  ]
}
