LabKey / labkey-ui-components

This repository defines all of the npm packages available in the @labkey scope.
Other
2 stars 2 forks source link

Fix build types #1584

Closed labkey-alan closed 1 week ago

labkey-alan commented 1 month ago

Rationale

There is a problem with our build types where our builds are including types from @types/node which allows code like someArray.at(-1) to compile, which should not (Array.at is in ES2022 and our build lib is ES2021).

Related Pull Requests

Changes