Replies: 3 comments 2 replies
-
|
Currently |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I think it’s possible to make it as peer dep too if using on the fly require |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
v27.1.1 now shows typescript errors when not installing esbuild: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I saw that in version 27.1.0 of ts-jest there is now a dependency to esbuild (#3063).
While I know that esbuild is supposed to be faster than other compilers, ts-jest already has
typescriptas a peer dependency, can't it be used to convert TypeScript ?esbuildis a quite heavy dependency and I'm not sure it's great to add it on top of other big dependencies like TypeScript.Or maybe could it be done the other way around ? using esbuild only and removing the TypeScript compiler ?
Beta Was this translation helpful? Give feedback.
All reactions