Replies: 1 comment 1 reply
-
why not use rollup with its typescript plugin then? tsup will use swc to handle |
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.
-
I know in general esbuild is faster, but I am using TS features which are not supported by esbuild(decorators, metadata etc) so I would like to use tsup as it provides a nice CLI for building my project, but use TS as compiler. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions