0.3.0 • Published 5 years ago

typejsdoc v0.3.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

@daybrush/jsdoc npm version

@daybrush/jsdoc supports the TypeScript files, and can recognize type, interface, and express them as doc.

This is a guide page. Use @daybrush/jsdoc for up to date features and support.

Install

Using npm:

npm install --save-dev @daybrush/jsdoc

jsdoc.json

{
  "source": {
    "include": ["./src", "README.md"], 
    "includePattern": ".+\\.(j|t)s(doc|x)?$",
    "excludePattern": "(^|\\/|\\\\)_"
  }
}