Skip to main content
Module

x/docx/tsconfig.typedoc.json

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Go to Latest
File
{ "extends": "./tsconfig.json", "typedocOptions": { "out": "docs/api", "exclude": "test", "theme": "default", "excludePrivate": true, "excludeProtected": true, "excludeExternals": false }}