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
Every Change Array by copy methods defined in ES2023 are not present in node versions <= 20.
Therefore, the base tsconfig should be updated to have lib ES2022 instead of ES2023.
⚙ Compilation target
ES2022
⚙ Library
ES2023
Missing / Incorrect Definition
Every Change Array by copy methods defined in
ES2023
are not present in node versions <= 20.Therefore, the base tsconfig should be updated to have lib
ES2022
instead ofES2023
.Wiki should also be updated to follow this fix.
Sample Code
Documentation Link
The text was updated successfully, but these errors were encountered: