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
* force Typescript 3.6.5 as >3.7 has getter breaking change forcing all
users of this lib to be >3.7 to compile.
* they should have made this a 4.x thing
see microsoft/TypeScript#33939
otherwise you get:
error TS1086: An accessor cannot be declared in an ambient context.
0 commit comments