{
    "entryPoints": [
        "./src/components",
        "./src/icons/svgs"
    ],
    "entryPointStrategy": "expand",
    "exclude": [
        "**/node_modules/**"
    ],
    "out": "docs"
}