You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2026-01-03 23:22:30 +03:00
See description of https://github.com/matrix-org/matrix-js-sdk/pull/1112#issue-351540830 for more info
24 lines
423 B
JSON
24 lines
423 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"plugins": [
|
|
"node_modules/better-docs/category",
|
|
"node_modules/better-docs/typescript"
|
|
],
|
|
"source": {
|
|
"include": [
|
|
"src"
|
|
],
|
|
"includePattern": ".(ts|js)$"
|
|
},
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": ".jsdoc",
|
|
"readme": "README.md",
|
|
"recurse": true,
|
|
"verbose": true,
|
|
"template": "node_modules/better-docs"
|
|
}
|
|
}
|