Skip to content

Commit

Permalink
Merge pull request #11 from todd-elvers/te/pnpm-types-fix
Browse files Browse the repository at this point in the history
Specify types location in exports field of package.json - fixes #10
  • Loading branch information
todd-elvers authored Jan 9, 2024
2 parents 4c5a819 + d28d414 commit 447fbca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
{
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"default": "./dist/index.cjs.js"
"default": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
],
"./package.json": "./package.json"
Expand Down

0 comments on commit 447fbca

Please sign in to comment.