Skip to main content
Module

x/docx/tsconfig.typedoc.json

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