Files
docx-js/tsconfig.typedoc.json
2023-03-19 04:22:52 +00:00

15 lines
327 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true
},
"typedocOptions": {
"out": "docs/api",
"exclude": "test",
"theme": "default",
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": false
}
}