tabby/typedoc.js
2019-03-07 01:51:15 +01:00

7 lines
144 B
JavaScript

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