Skip to content

Commit

Permalink
Update entry file in tsup config
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jul 9, 2022
1 parent 0749440 commit e63de48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const commonConfig: Options = {
export default defineConfig([
{
...commonConfig,
entry: ['src/index.tsx'],
entry: ['src/index.ts'],
outDir: 'dist',
},
{
Expand Down

0 comments on commit e63de48

Please sign in to comment.