Skip to content

v0.13.0

Choose a tag to compare

@Timeless0911 Timeless0911 released this 08 Sep 09:37
· 56 commits to main since this release
5e30ec2

Highlights 💡

Faster declaration generation with tsgo

Rslib now can generate declaration files with tsgo, which can provide faster generation of declaration files, especially for large projects.

Tip

This feature is currently an experimental feature. Since tsgo is still in the experimental stage, there may be some bugs and unresolved issues or limitations. So, make sure to fully test it in your project before enabling this option.

export default {
  lib: [
    {
      dts: {
        tsgo: true,
      },
    },
  ],
};

What's Changed

New Features 🎉

Document 📖

Other Changes

Full Changelog: v0.12.4...v0.13.0