Skip to content

Commit

Permalink
chore: tsup adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasaric committed Aug 21, 2024
1 parent eb7f7e3 commit 7006ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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({
entry: ['src/index.ts'],
sourcemap: true,
clean: false,
format: 'iife',
clean: true,
format: ['cjs'],
globalName: 'starknet',
});

0 comments on commit 7006ae9

Please sign in to comment.