@zennomi/mangadex-full-api
Version:
A MangaDex api based around the official API.
17 lines (16 loc) • 382 B
JSON
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"./src/index.ts"
],
"out": "docs",
"plugin": [
"typedoc-plugin-missing-exports"
],
"cleanOutputDir": true,
"githubPages": true,
"searchInComments": true,
"hideParameterTypesInTitle": false,
"includeVersion": true,
"internalModule": "<internal types>"
}