8 lines
206 B
JSON
8 lines
206 B
JSON
{
|
|
"entryPoints": ["./play-dl"],
|
|
"plugin" : [ "typedoc-plugin-missing-exports", "typedoc-plugin-extras" ],
|
|
"out": "docs/docs",
|
|
"excludeExternals": true,
|
|
"favicon": "./docs/favicon.ico"
|
|
}
|