You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added cli option --export-referenced-types to don't export types (interfaces/types/const enums) which aren't directly exported from entry source file (see #153)
Fixed
Wrong typings generated when import() is used for types (see #152)