Extending tsup config like tsconfig extends? #1280
Unanswered
RampantDespair
asked this question in
Q&A
Replies: 1 comment
-
config file can be |
Beta Was this translation helpful? Give feedback.
0 replies
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'm trying to reuse a config across different
tsup.config.json
files.With
tsconfig.json
we can use extends, like:Is there a similar pattern for tsup?
I want to avoid duplicating my config across multiple packages.
Beta Was this translation helpful? Give feedback.
All reactions