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
Update TypeScript to the latest stable version (#47)
TypeScript has been updated to the latest stable version. Additional
TypeScript options added in these versions have been migrated into the
`tsconfig.json` from the MetaMask module template.
One option was kept back for now: `noUncheckedIndexedAccess`. This
option resulted in too many errors, so will be attempted in a separate
PR.
The range was updated to use `~` because TypeScript doesn't follow
SemVer; their minor releases can include breaking changes.
0 commit comments