deno.land / x / docx@8.5.0 / tsconfig.typedoc.json

tsconfig.typedoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "extends": "./tsconfig.json", "compilerOptions": { "allowSyntheticDefaultImports": true }, "typedocOptions": { "out": "docs/api", "exclude": ["test", "build"], "theme": "default", "excludePrivate": true, "excludeProtected": true, "excludeExternals": false }}
docx

Version Info

Tagged at
4 months ago