Skip to content

Commit

Permalink
chore: ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Mar 18, 2024
1 parent ad014aa commit d30fe9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/abi-typegen/tsup.config.dts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import tsupDefaults from './tsup.config';
const configs: Options = {
...tsupDefaults,
tsconfig: 'tsconfig.dts.json',
'sourcemap': true,
'dts': true,
clean: false
sourcemap: true,
dts: true,
clean: false,
};

export default configs;

0 comments on commit d30fe9f

Please sign in to comment.