mirror of https://github.com/OpenVidu/openvidu.git
20 lines
567 B
JSON
20 lines
567 B
JSON
{
|
|
"include": ["../src"],
|
|
"exclude": ["../config", "../docs", "../lib", "../node_modules", "../ts4.4"],
|
|
"typedocOptions": {
|
|
"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
|
|
}
|
|
} |