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