Skip to content

Commit

Permalink
Merge pull request #263 from leemhenson/type-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 authored Jan 17, 2024
2 parents 5fe1589 + 202f03f commit 6c5bbef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./create": {
"types": "./dist/esm/create.d.ts",
"import": "./dist/esm/create.js",
"require": "./dist/cjs/create.js"
}
Expand Down

0 comments on commit 6c5bbef

Please sign in to comment.