0.5.0
What's Changed
@fp-tx/build-tools will now emit .d.ts and .d.mts or .d.cts files respecting their structure relative to config#srcDir and config#basePath.
Note for library authors
This will not produce a breaking change for your libraries, however you may need to make a change to your package.json exports depending on how you publish your library.
- If you publish from
./distthere is nothing you need to do. - If you publish from
.you must first update your type imports to account for the new structure. Essentially, if your source directory issrcyou need only add./dist_/src_/foo.d.tsto the type exports.
For any issues that arise, please feel free to make an issue for it.
Breaking Changes
- feat(workspaces): preserve d.(c|m)ts directory structure by @jacob-alford in #10
Full Changelog: v0.4.1...v0.5.0