diff --git a/typedoc.json b/typedoc.json index 2fa78b0..62338ee 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,5 @@ { "entryPoints": ["./play-dl"], "plugin" : "typedoc-plugin-missing-exports", - "out": "docs" -} \ No newline at end of file + "out": "docs/docs" +}