UNPKG

316 BJSONView Raw
1{
2 "plugins": [
3 "plugins/markdown",
4 "jsdoc-plugin-typescript"
5 ],
6 "recurseDepth": 10,
7 "source": {
8 "excludePattern": "/\\.test\\.js/"
9 },
10 "sourceType": "module",
11 "tags": {
12 "allowUnknownTags": true,
13 "dictionaries": ["jsdoc", "closure"]
14 },
15 "typescript": {
16 "moduleRoot": "./"
17 }
18}
\No newline at end of file