Skip to content

Commit f1e75a6

Browse files
committed
Add platform
1 parent 38d9b70 commit f1e75a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsdown.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
entry: ['src/index.ts', 'src/typography.ts'],
88
format: ['esm', 'cjs'],
99
outDir: 'lib',
10+
platform: 'browser',
1011
dts: true,
1112
publint: true,
1213
attw: {

0 commit comments

Comments
 (0)