Skip to content

Commit

Permalink
refactor: use entry instead of deprecated entryPoints (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun authored Nov 15, 2024
1 parent 100d33f commit f18ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Options } from 'tsup'

export default <Options>{
entryPoints: [
entry: [
'src/*.ts',
],
clean: true,
Expand Down

0 comments on commit f18ff43

Please sign in to comment.