Closed
Description
- I have checked issues with enhancement label and found no duplicates
Problem
Application#bootstrap
requires some enum options. I cannot provide them unless I have access to TypeScript enum objects.
I could have added TypeScript version that TypeDoc uses to my dependency list, but that means that:
- I have to check for which version TypeDoc uses every time I update TypeDoc.
- I cannot use TypeScript version I desired.
Suggested Solution
Either:
- Re-export typescript namespaces:
export * as ts from 'typescript'
- Re-export namespaces from typescript:
export { ScriptTarget, ModuleKind } from 'typescript'
Metadata
Metadata
Assignees
Labels
No labels