Don't include types imported from nodejs and play-audio in the docs
This commit is contained in:
parent
c26cfa5147
commit
94787e9b56
@ -2,5 +2,6 @@
|
|||||||
"entryPoints": ["./play-dl"],
|
"entryPoints": ["./play-dl"],
|
||||||
"plugin" : [ "typedoc-plugin-missing-exports", "typedoc-plugin-extras" ],
|
"plugin" : [ "typedoc-plugin-missing-exports", "typedoc-plugin-extras" ],
|
||||||
"out": "docs/docs",
|
"out": "docs/docs",
|
||||||
|
"excludeExternals": true,
|
||||||
"favicon": "./docs/favicon.ico"
|
"favicon": "./docs/favicon.ico"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user