Skip to content

Commit

Permalink
Added type declerations for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Sep 23, 2023
1 parent 48ceab5 commit 1cb6a7e
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
Expand Up @@ -6,5 +6,6 @@ export default defineConfig({
format: ['esm'],
sourcemap: true,
target: 'esnext',
outDir: 'dist'
outDir: 'dist',
dts: true,
});

0 comments on commit 1cb6a7e

Please sign in to comment.