I'm studying the maverick-js /
signals libraries design, and I noticed that in the Typescript configuration it sets "target": "es2020"
, and also declared "importHelpers": true"
, however the project does not declare a peer dependency on tslib
.
Is tslib
needed if the target is ES2020
?