* web: Move non-workspace package. * web: Update ESBuild package version. * web: Use NPM link to alias local package. * web: Update lock. * web: Fix regression where bundler is expected.
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"$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"
|
|
]
|
|
}
|