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
Is your feature request related to a problem? Please describe.
typings.d.ts is not up to date. The one thing I noticed is chunksSortMode allows none as an option, but TypeScript shows this incorrect because it's not including in the typings:
Is your feature request related to a problem? Please describe.
typings.d.ts is not up to date. The one thing I noticed is
chunksSortMode
allowsnone
as an option, but TypeScript shows this incorrect because it's not including in the typings:Describe the solution you'd like
It would be nice to have an updated version of
typings.d.ts
to allow TS to properly validate.The text was updated successfully, but these errors were encountered: