Skip to content

Commit

Permalink
fix(package): remove .ts from export (export not visible issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed Apr 4, 2024
1 parent 1613678 commit 0908103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './lib/enums'
export * from './lib/types'
export * from './lib/index.ts'
export * from './lib/index'

0 comments on commit 0908103

Please sign in to comment.