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 aedcd8d commit bd930b7Copy full SHA for bd930b7
tsdown.config.ts
@@ -1,6 +1,7 @@
1
import { defineConfig } from 'tsdown'
2
3
export default defineConfig({
4
+ target: 'node18',
5
entry: ['lib/index.js'],
6
format: ['cjs'],
7
copy: ['lib/index.d.ts'],
0 commit comments