{
  "$schema": "https://typedoc.org/schema.json",
  "name": "Preact signals utils documentation",
  "plugin": ["typedoc-plugin-markdown"],
  "githubPages": false,
  "outputFileStrategy": "modules",
  "out": "./docs",
  "basePath": "./src/lib",
  "entryPoints": [
    "./src/lib/index.ts",
    "./src/lib/hooks/index.ts",
    "./src/lib/components/index.ts",
    "./src/lib/integrations/reanimated.ts",
    "./src/lib/hocs/index.ts",
    "./src/lib/macro.ts"
  ],
  "expandObjects": true,
  "useCodeBlocks": true,
  "parametersFormat": "table",
  "readme": "none"
}
