Files
d4h-typescript/typedoc.json
T
2024-12-20 12:16:49 -08:00

7 lines
111 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./lib/index.ts"],
"out": "doc"
}