We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8efe21 commit 27c5496Copy full SHA for 27c5496
tsup.config.ts
@@ -1,9 +1,9 @@
1
import { defineConfig } from 'tsup'
2
3
export default defineConfig({
4
- entry: ['./src'],
+ entry: ['./src/index.ts'],
5
format: ['cjs', 'esm'],
6
- target: 'node14',
+ target: 'node16.14',
7
clean: true,
8
dts: true,
9
})
0 commit comments