Configure typedoc to generate docs

This commit is contained in:
2019-08-04 00:59:34 +05:30
parent aecb963c8a
commit b78906a629
5 changed files with 103 additions and 4 deletions
+6 -1
View File
@@ -7,5 +7,10 @@
"declaration": false,
"declarationDir": null,
"module": "commonjs",
},
"typedocOptions": {
"mode": "modules",
"out": "docs",
"theme": "markdown",
}
}
}