Skip to content

Commit f18ff43

Browse files
authored
refactor: use entry instead of deprecated entryPoints (#32)
1 parent 100d33f commit f18ff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Options } from 'tsup'
22

33
export default <Options>{
4-
entryPoints: [
4+
entry: [
55
'src/*.ts',
66
],
77
clean: true,

0 commit comments

Comments
 (0)