We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d9b70 commit f1e75a6Copy full SHA for f1e75a6
1 file changed
tsdown.config.mts
@@ -7,6 +7,7 @@ export default defineConfig({
7
entry: ['src/index.ts', 'src/typography.ts'],
8
format: ['esm', 'cjs'],
9
outDir: 'lib',
10
+ platform: 'browser',
11
dts: true,
12
publint: true,
13
attw: {
0 commit comments