Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
fix: missing types export from @calcom/embed-react (ECMAScript module…
Browse files Browse the repository at this point in the history
…s) (calcom#11432)
  • Loading branch information
LarsArtmann authored Oct 11, 2023
1 parent 03103e1 commit e3a9e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/embeds/embed-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"exports": {
".": {
"import": "./dist/Cal.es.mjs",
"require": "./dist/Cal.umd.js"
"require": "./dist/Cal.umd.js",
"types": "./dist/embed-react/src/index.d.ts"
}
},
"devDependencies": {
Expand Down

0 comments on commit e3a9e61

Please sign in to comment.