We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4636d commit 38b562fCopy full SHA for 38b562f
tsup.config.ts
@@ -3,6 +3,6 @@ import { defineConfig } from 'tsup'
3
export default defineConfig({
4
entry: ['src/index.ts'],
5
format: ['cjs', 'esm'],
6
- target: 'node16.14',
+ target: 'node18.18',
7
dts: true,
8
})
0 commit comments