Skip to content

Commit

Permalink
chore: copy-paste to fix previous copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 21, 2024
1 parent 1c70498 commit 9b1e8e5
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,7 +3,7 @@ import { defineConfig } from 'tsup';
export default defineConfig({
clean: true,
dts: false,
entry: ['src/**/*.ts', '!src/**/*.d.ts'],
entry: ['src/**'],
format: ['esm'],
minify: false,
skipNodeModulesBundle: true,
Expand Down

0 comments on commit 9b1e8e5

Please sign in to comment.