Skip to content

Migrate to Modules#39

Merged
iwatakeshi merged 2 commits intomasterfrom
chore/migrate-to-module
Mar 12, 2025
Merged

Migrate to Modules#39
iwatakeshi merged 2 commits intomasterfrom
chore/migrate-to-module

Conversation

@iwatakeshi
Copy link
Copy Markdown
Owner

This pull request includes several updates to the package.json file and the addition of a new tsup.config.ts file to improve the build process and module management. The most important changes include updating dependencies, switching the build tool from tsc to tsup, and configuring module exports.

Updates to package.json:

  • Changed the build tool from tsc to tsup and updated the build script accordingly.
  • Added type: module and configured module exports to support both ES modules and CommonJS.
  • Updated various dependencies and devDependencies to their latest versions.

Addition of tsup.config.ts:

  • Added a new tsup.config.ts file to define the build configuration for tsup, specifying entry points, output formats, and other build options.

@iwatakeshi iwatakeshi merged commit 52ee4f6 into master Mar 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant