predictionary
Version:
JavaScript dictionary-based word prediction library.
23 lines • 399 B
JSON
{
"plugins": [],
"recurseDepth": 10,
"source": {
"include": ["src"],
"includePattern": ".+\\.mjs(doc|x)?$"
},
"opts": {
"destination": "docs"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc",
"closure"
]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}