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
constbase=newBase()// TS complains as expectedbase.unknownconstBaseWithDefaults=Base.defaults({})constbaseWithDefaults=newBaseWithDefaults// TS does _not_ complain, `.unknown` is typed as `any`, and it shouldn'tbaseWithDefaults.unknown
The problems are these two lines from the resulting .d.ts file