{ "$schema": "https://typedoc-plugin-markdown.org/schema.json", "entryPoints": ["./plugin/index.js"], "plugin": ["typedoc-plugin-markdown"], "name": "ESBuild Plugin Live Reload", "formatWithPrettier": true, "prettierConfigFile": "@goauthentik/prettier-config", "flattenOutputFiles": true, "readme": ".github/README.md", "mergeReadme": true, "enumMembersFormat": "table", "parametersFormat": "table", "interfacePropertiesFormat": "table", "typeDeclarationFormat": "table", "indexFormat": "table", "router": "module", "jsDocCompatibility": true, "defaultCategory": "Plugin API", "disableSources": true, "out": ".", "cleanOutputDir": false, "blockTags": [ "@runtime", "@file", "@defaultValue", "@deprecated", "@example", "@param", "@privateRemarks", "@remarks", "@returns", "@see", "@throws", "@typeParam", "@author", "@callback", "@category", "@categoryDescription", "@default", "@document", "@extends", "@augments", "@yields", "@group", "@groupDescription", "@import", "@inheritDoc", "@jsx", "@license", "@module", "@mergeModuleWith", "@prop", "@property", "@return", "@satisfies", "@since", "@template", "@type", "@typedef", "@summary", "@preventInline", "@inlineType", "@preventExpand", "@expandType" ] }