mirror of https://github.com/OpenVidu/openvidu.git
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"name": "OpenVidu Browser",
|
|
"entryPoints": ["src/index.ts"],
|
|
"out": "../docs",
|
|
"theme": "default",
|
|
"readme": "none",
|
|
"includeVersion": true,
|
|
"validation": {
|
|
"notExported": true,
|
|
"invalidLink": true
|
|
},
|
|
"excludeExternals": true,
|
|
"excludePrivate": true,
|
|
"excludeProtected": true,
|
|
"excludeInternal": true
|
|
} |