{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc","closure"]
  },
  "source": {
//    "includePattern": ".+\\.ts(doc|x)?$",
    "includePattern": ".+\\.ts(doc|x)?$",
    "excludePattern": "(node_modules/|docs)"
  },
  "plugins": ["node_modules/jsdoc-babel"],
  "babel": {
    "extensions": ["ts", "es6", "jsx"],
    "presets": [
      ["@babel/stage-2", { "decoratorsLegacy": true }],
      "@babel/preset-typescript"
    ],
    "comments": true,
    "babelrc": false,
    "plugins": ["@babel/plugin-transform-typescript"]
  },
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": false,
    "systemName"            : "JBZWebSDK",
    "footer"                : "v2.0.14",
    "copyright"             :  "Shanghai jinbaozheng easy network technology Co.,Ltd sdk copyright",
    "includeDate"           : true,
    "navType"               : "{vertical}",
    "theme"                 : "superhero",
    "linenums"              : false,
    "collapseSymbols"       : true,
//    "analytics"             : true,
//    "inverseNav"            : "{boolean}",
    "outputSourceFiles"     : false,
    "outputSourcePath"      : false,
    "dateFormat"            : false,
    "syntaxTheme"           : "default",
//    "sort"					: "{boolean|string}",
    "search"                : true
  },
  "opts": {
//    "template": "node_modules/minami"
//    "template": "templates/default"
  }
}
