{
  "extends": "../../../tsconfig.json",
  "compilerOptions": {
    "composite": true,
    "strict": true
  },
  "references": [
    {
      "path": "../../packages/timer"
    },
    {
      "path": "../compose-refs"
    },
    {
      "path": "../constants"
    },
    {
      "path": "../helpers"
    },
    {
      "path": "../normalize-css-color"
    },
    {
      "path": "../types"
    },
    {
      "path": "../use-did-finish-ssr"
    },
    {
      "path": "../use-event"
    },
    {
      "path": "../use-force-update"
    }
  ],
  "exclude": [
    "types",
    "dist",
    "**/__tests__",
    "vitest.config.*",
    "**/*.test.ts",
    "**/*.test-d.ts"
  ]
}
