Skip to content

Commit bd930b7

Browse files
committed
chore: specific tsdown target
1 parent aedcd8d commit bd930b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'tsdown'
22

33
export default defineConfig({
4+
target: 'node18',
45
entry: ['lib/index.js'],
56
format: ['cjs'],
67
copy: ['lib/index.d.ts'],

0 commit comments

Comments
 (0)