formatting

This commit is contained in:
cswimr 2025-02-09 10:33:44 -06:00
parent 8338d76514
commit 5115c9ac55
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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
}