UNPKG
expeditaet
Version:
latest (1.2.0)
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Advent of Code Solutions
github.com/MariannaBoyle/expeditaet.git
MariannaBoyle/expeditaet
expeditaet
/
typedoc.json
9 lines
(8 loc)
•
230 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"
$schema
"
:
"https://typedoc.org/schema.json?mark=managed-by-autotool"
,
"extends"
: [
"./.config/typedoc.base.json"
],
"entryPoints"
: [
"."
],
"exclude"
: [
"apps/*"
],
"out"
:
"./.cache/typedoc"
,
"entryPointStrategy"
:
"packages"
}