@web-io/tsdoc
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

变更日志

查看变更日志了解更多。

Readme

Keywords

Package Sidebar

Install

npm i @web-io/tsdoc

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.84 kB

Total Files

9

Last publish

Collaborators

  • leejefy