Files
tabby/typedoc.js
T

8 lines
144 B
JavaScript

module.exports = {
ignoreCompilerErrors: true,
excludeNotExported: true,
excludePrivate: true,
excludeExternals: true,
mode: 'file'
}