1.0.0 • Published 3 years ago

@web-io/tsdoc v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@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"
});

变更日志

查看变更日志了解更多。