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
I'm trying to use es2019 features (flatMap) and getting:
Property 'flatMap' does not exist on type 'number[]'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2019' or later.
It's not clear to me how to set this for tslab. Thanks for any help.
The text was updated successfully, but these errors were encountered:
I'm trying to use es2019 features (flatMap) and getting:
It's not clear to me how to set this for tslab. Thanks for any help.
The text was updated successfully, but these errors were encountered: