Right now there's a --dts-only
flag that allows tsup to be used to only run dts
. But I can't find a way to run without dts
when the config file (tsup.config.ts
) has dts: true
. Can that be added in?
Context: JoshuaKGoldberg/create-typescript-app#1162. I have a repo with a single tsup.config.ts
that needs to build .js
files from .ts
sources before linting. It'd be nice to just run the build using whatever configurations -especially clean
and outDir
- are present in tsup.config.ts
... but not have to incur the speed penalty of type checking.
Edit: I just discovered --no-dts
! But it's not mentioned anywhere on the site. Would you accept a PR mentioning it ...somewhere?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too