Skip to content

Commit

Permalink
feat: expose types module
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 26, 2021
1 parent c8cea9d commit 79007a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
".": {
"require": "./dist-cjs/index.js",
"import": "./dist-esm/index.js"
},
"./types": {
"require": "./dist-cjs/entrypoints/types.js",
"import": "./dist-esm/entrypoints/types.js"
}
},
"main": "./dist-cjs/index.js",
Expand Down

0 comments on commit 79007a4

Please sign in to comment.