Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: generate dts for plugin-legacy
  • Loading branch information
sapphi-red committed May 21, 2025
commit 16cf576f6b154348956e59224912d45abf5daaf6
1 change: 1 addition & 0 deletions packages/plugin-legacy/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export default defineConfig({
entry: ['src/index.ts'],
target: 'node20',
tsconfig: false, // disable tsconfig `paths` when bundling
dts: true,
})