{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "dist",
    "rootDir": "."
  },
  "include": ["**/*.ts"],
  "exclude": ["**/*.test.ts", "dist"],
  "references": [
    {
      "path": "../timebox"
    },
    {
      "path": "../vitest"
    }
  ]
}
