Skip to content

Commit

Permalink
Merge pull request #51 from dca123/main
Browse files Browse the repository at this point in the history
Added types on export property to help with moduleResolution in nodenext
  • Loading branch information
iway1 authored Apr 7, 2023
2 parents d9227e9 + e4c1c54 commit 2467157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/trpc-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"license": "ISC",
"exports": {
".": {
"types": "./lib/src/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"default": "./lib/index.js"
Expand Down

0 comments on commit 2467157

Please sign in to comment.