Skip to content

Commit

Permalink
chore: fix typo (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha authored and EGOIST committed May 25, 2022
1 parent ad2629a commit 6b01221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
dts: {
resolve: true,
// build types for `src/index.ts` only
// otherwise `Options` will not be exported by `tsup`, not sure how this happens, probbably a bug in rollup-plugin-dts
// otherwise `Options` will not be exported by `tsup`, not sure how this happens, probably a bug in rollup-plugin-dts
entry: './src/index.ts',
},
})

0 comments on commit 6b01221

Please sign in to comment.