From 7462e8899dba396a1c900f1f16bd9b9053ade1b6 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Sat, 20 Nov 2021 13:47:35 +0530 Subject: [PATCH] Update typedoc.json --- typedoc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" +}