AutoScheduleJS/userstate-manager

View on GitHub
typedoc.js

Summary

Maintainability
A
0 mins
Test Coverage
const config = {
    out: '../docs',
    mode: 'modules',
    module: 'commonjs',
    target: 'ES2017',
    name: 'Userstate manager',
    readme: '../README.md',
    includeDeclarations: true,
    ignoreCompilerErrors: true,
    excludeNotExported: true,
    excludeExternals: true,
    exclude: '**/*.test.*',
};

module.exports = config;