Files
docx-js/tsconfig.typedoc.json
Dolan Miu 982d923553 Improve import alias
@file/ and @export/ instead of file/ and export/ etc
2022-06-26 23:26:42 +01:00

12 lines
250 B
JSON

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