diff --git a/tsup.config.ts b/tsup.config.ts index 8d2f0a5..3ce6ce2 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -1,7 +1,7 @@ import type { Options } from 'tsup' export default { - entryPoints: [ + entry: [ 'src/*.ts', ], clean: true,