typedoc.js 144 B

1234567
  1. module.exports = {
  2. ignoreCompilerErrors: true,
  3. excludeNotExported: true,
  4. excludePrivate: true,
  5. excludeExternals: true,
  6. mode: 'file'
  7. }