Skip to content

Commit

Permalink
fix(typescript): add types export for nodenext module resolution (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizthegrey committed May 2, 2022
1 parent a274fdf commit 5a6d8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -79,6 +79,7 @@
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"browser": "./dist/browser/index.js",
"worker": "./dist/browser/index.js",
"import": "./dist/node/esm/index.js",
Expand Down

0 comments on commit 5a6d8f0

Please sign in to comment.