occulto/typedoc.json

11 lines
161 B
JSON

{
"entryPoints": ["./src/index.ts"],
"out": "./docs",
"name": "Occulto",
"includeVersion": true,
"excludeInternal": true,
"excludePrivate": true
}