Closed
Description
I have an entry point index.ts
for my library that contains only an export default and export declarations:
import Main from './Main'
export default Main
export { default as State } from './state'
export { default as ThingModel } from './state/Thing/Model'
export { default as ThingCollection } from './state/Thing/Collection'
// etc ...
When I generate docs via TypeDoc it is an empty file. I would expect it to list what is exported from this module:
Metadata
Metadata
Assignees
Labels
No labels