2022-11-22 16:58:43 +01:00
|
|
|
{
|
|
|
|
"include": ["../src"],
|
|
|
|
"exclude": ["../config", "../docs", "../lib", "../node_modules"],
|
|
|
|
"typedocOptions": {
|
2024-06-21 11:30:34 +02:00
|
|
|
"name": "OpenVidu Node Client V2 Compatibility",
|
2022-11-22 16:58:43 +01:00
|
|
|
"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
|
|
|
|
}
|
|
|
|
}
|