Files
docx-js/tsconfig.typedoc.json

15 lines
327 B
JSON
Raw Normal View History

2021-03-09 02:23:22 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true
},
2021-03-09 02:23:22 +00:00
"typedocOptions": {
"out": "docs/api",
"exclude": "test",
"theme": "default",
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": false
}
2021-03-09 02:23:22 +00:00
}