The rollup-plugin-dts used by tsup runs out of memory with 54 entry points. Split build into two steps: 1. tsup for ESM bundles 2. tsc --emitDeclarationOnly for .d.ts files |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||