@web-io/tsdoc
v1.0.0
Published
TypeScript documentation auto generator using typedoc - http://typedoc.org/.
Downloads
1
Readme
@web-io/tsdoc
TypeScript documentation auto generator using typedoc.
使用
新建typedoc.js
配置文件,引用@web-io/tsdoc
const {defineConfig} = require("@web-io/tsdoc");
module.exports = defineConfig();
// 可传入typedoc configuration
// http://typedoc.org/guides/options/#configuration-options
module.exports = defineConfig({
includeVersion: false,
out: "doc"
});
变更日志
查看变更日志了解更多。