#91 improves the type map so that all included types are correctly mapped. However, all included types isn't enough. There are plenty of types missing, like KnownStatsModuleTraceDependency, DependenciesBlock, NormalModuleCreateData, and others. This is a result of TypeDoc stripping some types. We need to modify our project to include these types, contrary to what TypeDoc would like.
#91 improves the type map so that all included types are correctly mapped. However, all included types isn't enough. There are plenty of types missing, like
KnownStatsModuleTraceDependency,DependenciesBlock,NormalModuleCreateData, and others. This is a result of TypeDoc stripping some types. We need to modify our project to include these types, contrary to what TypeDoc would like.