{
    "plugins": [
        "./node_modules/jsdoc-escape-at"
    ],
    "tags": {
        "allowUnknownTags": true
    },
    "source": {
        "include": ["./"],
        "includePattern": ".+\\.js(doc)?$",
        "exclude":[ "angular.js","jquery.js" ]
    },
    "templates": {
        "default": {
            "outputSourceFiles": false
        }
    },
    "opts": {
        "destination": "./docs/\\@themost/web",
        "readme":"README.md"
    }
}