shootismoke/common

View on GitHub
typedoc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    exclude: ['**/*spec.ts', '**/index.ts', '**/testUtil.ts'],
    excludeExternals: true,
    excludePrivate: true,
    excludeProtected: true,
    hideGenerator: true,
    out: 'docs',
    theme: 'markdown',
};