mirror of
https://github.com/kottster/kottster.git
synced 2026-01-09 06:12:22 +08:00
24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"entryPointStrategy": "packages",
|
|
"entryPoints": [
|
|
"../../../kottster/packages/common",
|
|
"../../../kottster/packages/server",
|
|
"../../../kottster-react"
|
|
],
|
|
"out": "dist",
|
|
"excludeExternals": false,
|
|
"excludePrivate": false,
|
|
"excludeProtected": false,
|
|
"excludeInternal": false,
|
|
"visibilityFilters": {
|
|
"protected": true,
|
|
"private": true,
|
|
"inherited": true,
|
|
"external": true
|
|
},
|
|
"excludeTags": [
|
|
"@hidden"
|
|
],
|
|
"hideGenerator": true,
|
|
"name": "Kottster Packages API Reference"
|
|
} |