{
	"source": {
		"include": ["src"],
		"includePattern": ".+\\.js(doc|x)?$",
		"excludePattern": "(^|\\/|\\\\)_"
	},
	"opts": {
		"destination": "docs",
		"recurse": true,
		"readme": "README.md",
		"template": "node_modules/minami"
	},
	"plugins": [
		"plugins/markdown",
		"node_modules/jsdoc-babel"
	],
	"babel": {
		"presets": ["@babel/env"]
	},
	"templates": {
		"cleverLinks": true,
		"monospaceLinks": true
	},
	"tags": {
		"allowUnknownTags": true,
		"dictionaries": [
			"jsdoc",
			"closure"
		]
	}
}
