Skip to content

Commit

Permalink
Update tsup.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed May 27, 2024
1 parent 6cac2aa commit e312e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { defineConfig } from 'tsup';

export default defineConfig({
entry: ['eslint.config.mjs'],
entry: ['eslint.config.mjs', 'prettier.js', 'stylelint.js'],
sourcemap: false,
minify: true,
dts: true,
format: ['esm'],
splitting: false,
});

0 comments on commit e312e3a

Please sign in to comment.