2023-10-27 14:25:21 +03:00
|
|
|
module.exports = {
|
2023-11-13 13:24:42 +03:00
|
|
|
extends: ['../../.config/typedoc/config.base.cjs'],
|
2023-10-27 14:25:21 +03:00
|
|
|
entryPoints: [
|
|
|
|
'./src/index.ts',
|
|
|
|
'./src/utils/index.ts',
|
2023-10-29 00:48:37 +03:00
|
|
|
'./src/methods/updates/index.ts',
|
2023-10-27 14:25:21 +03:00
|
|
|
],
|
|
|
|
entryPointStrategy: 'expand',
|
|
|
|
}
|