mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
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"
|
|
}
|