tabby/typedoc.js

8 lines
144 B
JavaScript
Raw Normal View History

2019-03-07 00:51:15 +00:00
module.exports = {
ignoreCompilerErrors: true,
excludeNotExported: true,
excludePrivate: true,
excludeExternals: true,
mode: 'file'
}