Skip to content

Commit

Permalink
fix(types): fix unknown path '/types' (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi authored Oct 18, 2023
1 parent df1f57f commit 2c01001
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
],
"next": [
"./dist/esm/next/next.d.ts"
],
"types": [
"./dist/esm/types/index.d.ts"
]
}
},
Expand Down

0 comments on commit 2c01001

Please sign in to comment.