UNPKG

minimalist-notation

Version:
22 lines (21 loc) 394 B
module.exports = { src: [ '.', ], mode: 'modules', includeDeclarations: true, tsconfig: 'tsconfig.json', out: './docs', excludePrivate: true, excludeProtected: false, excludeExternals: true, readme: 'README.md', name: 'mn-utils', ignoreCompilerErrors: true, plugin: 'none', listInvalidSymbolLinks: true, exclude: [ 'node_modules', '**/*.tmp*', ], };