Skip to content

Commit

Permalink
refactor!: drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 19, 2024
1 parent 1b4636d commit 38b562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from 'tsup'
export default defineConfig({
entry: ['src/index.ts'],
format: ['cjs', 'esm'],
target: 'node16.14',
target: 'node18.18',
dts: true,
})

0 comments on commit 38b562f

Please sign in to comment.