weavedev/redux-local-storage

View on GitHub
typedoc.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    readme: 'README.md',
    tsconfig: 'tsconfig.json',
    mode: 'modules',
    ignoreCompilerErrors: true,
    exclude: [
        '**/node_modules/**',
        '**/test/**',
        '**/*.test.*'
    ],
    out: './docs',
    includes: 'lib/',
};