vgno/roc-web

View on GitHub
esdoc.json

Summary

Maintainability
Test Coverage
{
    "source": "./src",
    "destination": "./esdocs",
    "excludes": ["module\/entry.js$"],
    "plugins": [{
            "name": "esdoc-es7-plugin"
        },{
            "name": "esdoc-importpath-plugin",
            "option": {
                "replaces": [
                    {"from": "^src/roc/", "to": "lib/"}
                ]
            }
        }]
    }