{
    "source": "./src",
    "destination": "./docs",
    "plugins": [{
        "name": "esdoc-standard-plugin",
        "option": {
            "test": {
                "source": "./test/",
                "interfaces": ["test", "testStep"],
                "includes": ["(test|Test)\\.js$"],
                "excludes": ["\\.config\\.js$"]
            }
        }
    }]
}