mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-02 12:23:19 +00:00
* chore: generate API ref using `typedoc` * chore: declutter readme and add links to ytjs.dev * chore: clean up
12 lines
199 B
JSON
12 lines
199 B
JSON
{
|
|
"readme": "none",
|
|
"entryPoints": [
|
|
"src/platform/lib.ts"
|
|
],
|
|
"out": "docs/api",
|
|
"plugin": [
|
|
"typedoc-plugin-markdown"
|
|
],
|
|
"hidePageHeader": true,
|
|
"tsconfig": "tsconfig.json"
|
|
} |