better-trakt
Version:
A Trakt.tv client with native Typescript support and quality of life features
16 lines (14 loc) • 330 B
JSON
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src/index.ts"],
"out": "typedoc/",
"plugin": [
"typedoc-plugin-extras",
"typedoc-plugin-missing-exports",
"typedoc-plugin-mdn-links"
],
// typedoc-plugin-extras
"footerTypedocVersion": true,
"footerDate": true,
"footerTime": true
}