Skip to content

v0.9.1

Latest
Compare
Choose a tag to compare
@jacob-alford jacob-alford released this 17 Sep 16:09
· 4 commits to main since this release

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

Full Changelog: v0.9.0...v0.9.1