5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
|
module.exports = {
|
||
|
extends: ['../../typedoc.base.cjs'],
|
||
|
entryPoints: ['./index.ts'],
|
||
|
}
|