Skip to content

Commit

Permalink
Fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
YummYume committed Mar 3, 2024
1 parent 31e827a commit c16b6ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ import { defineConfig } from 'tsup';
export default defineConfig({
entry: ['src/index.ts'],
format: ['cjs', 'esm'],
dts: {
banner: '/// <reference path="../types/import-definition.d.ts" />',
},
});

0 comments on commit c16b6ff

Please sign in to comment.