Skip to content

Commit

Permalink
fix: bundle ts-essentials (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLudd authored Jan 23, 2024
1 parent 6df9e54 commit bb2055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from 'tsup'
export default defineConfig({
entry: ['src/index.ts'],
format: ['esm', 'cjs'],
dts: true,
dts: { resolve: true },
clean: true,
})

0 comments on commit bb2055f

Please sign in to comment.