We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100d33f commit f18ff43Copy full SHA for f18ff43
tsup.config.ts
@@ -1,7 +1,7 @@
1
import type { Options } from 'tsup'
2
3
export default <Options>{
4
- entryPoints: [
+ entry: [
5
'src/*.ts',
6
],
7
clean: true,
0 commit comments