10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"entryPoints": ["./src/index.ts"],
|
|
"excludePrivate": true,
|
|
"excludeProtected": true,
|
|
"excludeExternals": true,
|
|
"includeVersion": false,
|
|
"declaration": false,
|
|
"out": "docs"
|
|
}
|