What's Changed
Summary
This may be a breaking change, since before some things would work when they really shouldn't have. And since this is for build-tooling and contains the more correct representation I am considering this a patch fix.
To avoid a breaking change set dtsOverrides
to { noEmitOnError: false }
which will disable type checking completely (not recommended).
In conclusion, this patch change will now properly type-check and bubble type errors to the DTS/MTS/CTS step of tsup
.
Patch Changes
- fix: typescript will now properly typecheck by @jacob-alford in #17
Full Changelog: v0.9.0...v0.9.1