From 9e533b4d43738b9a364f5a77710373aa96fbb122 Mon Sep 17 00:00:00 2001 From: akaster99 Date: Mon, 25 Sep 2023 09:19:13 +0900 Subject: [PATCH] feat: typedoc --- typedoc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 typedoc.json diff --git a/typedoc.json b/typedoc.json new file mode 100644 index 0000000..e09d1e3 --- /dev/null +++ b/typedoc.json @@ -0,0 +1,4 @@ +// typedoc.json +{ + "excludeNotDocumented": true, +}