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