This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Commit db0eee3
authored
Replace tsup with tsdown (#28)
* refactor: replace tsup with tsdown for build configuration
- Added a new configuration file `tsdown.config.js` to manage the build process using tsdown.
- Removed the old `tsup.config.js` file as part of the migration to tsdown.
- Updated build options to include sourcemaps, cleaning, and TypeScript declaration file generation.
- Configured output formats for CommonJS, ES Module, and IIFE with appropriate settings.
* fix: update node engine requirement to >=22.12.01 parent b1af29a commit db0eee3
4 files changed
Lines changed: 455 additions & 263 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments