Skip to content

Commit

Permalink
Merge pull request #26 from mondaycom/fix/dipro/add-types-export
Browse files Browse the repository at this point in the history
Add `exports.types` to package.json
  • Loading branch information
yuhgto authored May 2, 2024
2 parents 08969a5 + 1d62ffa commit 3a38282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
Expand Down

0 comments on commit 3a38282

Please sign in to comment.