Skip to content

Commit

Permalink
👷
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 1, 2023
1 parent 81c78ec commit 7be68e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ export default defineConfig((opts) => {
entry: [INPUT_FILE],
format: ['cjs', 'esm'],
skipNodeModulesBundle: true,
dts: {
only: true,
resolve: false,
},
dts: true,
// dts: {
// only: true,
// resolve: false,
// },
sourcemap: true,
clean: true,
minify: false,
Expand Down

0 comments on commit 7be68e7

Please sign in to comment.