{
  "compilerOptions": {
    "composite": true,
    "module": "ESNext",
    "moduleResolution": "Node",
    "rootDir": "./src",
    "allowSyntheticDefaultImports": true,
    "types": ["./vitest.d.ts"]
  },
  "extends": ["../../tsconfig.json"],
  "include": ["**/*.test-d.*", "**/*.test.*", "**/__tests__/**/*"],
  "references": [
    {
      "path": "../unified-signals"
    },
    {
      "path": "./tsconfig.json"
    }
  ]
}
