Skip to content

Commit baaf05f

Browse files
committed
Fix some type issues in tsup.config.ts
1 parent 8172a37 commit baaf05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ export default defineConfig((options): Options[] => {
102102
format: ['cjs'],
103103
dts: { only: true }
104104
}
105-
] as Options[]
105+
]
106106
})

0 commit comments

Comments
 (0)