rpc_ts
Version:
Remote Procedure Calls in TypeScript made simple
21 lines (19 loc) • 519 B
JavaScript
/**
* @license
* Copyright (c) Aiden.ai
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
module.exports = {
out: 'site/landing/typedoc',
exclude: '**/__tests__/**,**/examples/**,**/private/**,**/utils/**',
mode: 'modules',
excludeExternals: true,
excludeNotExported: true,
excludePrivate: true,
listInvalidSymbolLinks: true,
hideGenerator: true,
readme: 'docs/primer.md',
theme: 'site/typedoc/typedoc_theme',
};