From 5115c9ac556f45ade6a9ff4871428fd3f247eb6f Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 9 Feb 2025 10:33:44 -0600 Subject: [PATCH] formatting --- typedoc.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/typedoc.json b/typedoc.json index c6dfb90..2cab686 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,14 +1,8 @@ { - "entryPoints": [ - "src/**/*.ts" - ], + "entryPoints": ["src/**/*.ts"], "out": "docs", - "exclude": [ - "**/*+(test|spec).ts" - ], + "exclude": ["**/*+(test|spec).ts"], "theme": "default", - "plugin": [ - "typedoc-plugin-markdown" - ], + "plugin": ["typedoc-plugin-markdown"], "categorizeByGroup": true }