swc-project / swc-node

Faster ts-node without typecheck
MIT License
1.72k stars 71 forks source link

Pass TypeScript peer dependency to consumer in jest package #680

Closed jrolfs closed 1 year ago

jrolfs commented 1 year ago

This simply adds typescript as a peer dependency of the @swc-node/jest package, effectively passing the peer dependency requirement from @swc-node/register onto the consumer of @swc-node/jest in order to prevent the following warning:

peer-warning
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.