Skip to content

Commit 9824abd

Browse files
committed
Fix minor issue in tsup.config.ts
1 parent 1520b44 commit 9824abd

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
@@ -95,7 +95,7 @@ export default defineConfig((options): Options[] => {
9595
},
9696
{
9797
...commonOptions,
98-
name: 'Type definitions',
98+
name: 'CJS Type Definitions',
9999
format: ['cjs'],
100100
dts: { only: true }
101101
}

0 commit comments

Comments
 (0)