UNPKG

404 BJSONView Raw
1{
2 "opts": {
3 "readme": "./OVERVIEW.md",
4 "destination": "./jsdoc",
5 "tutorials": "./tutorials"
6 },
7 "tags": {
8 "allowUnknownTags": true,
9 "dictionaries": ["jsdoc","closure"]
10 },
11 "source": {
12 "include": ["src/lokijs.js", "src/loki-indexed-adapter.js", "src/loki-fs-structured-adapter.js"]
13 },
14 "plugins": ["plugins/markdown"],
15 "templates": {
16 "cleverlinks": false,
17 "monospaceLinks": false
18 }
19}
\No newline at end of file