Skip to content

Commit

Permalink
Merge pull request #2 from kouloumos/vite-react-types-issue
Browse files Browse the repository at this point in the history
fix: add typings to package.json export
  • Loading branch information
jinglescode committed Aug 2, 2023
2 parents 169ea4c + 32e19f3 commit 7bf762a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ndk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"exports": {
".": {
"import": "./dist/ndk-react.es.js",
"require": "./dist/ndk-react.umd.js"
"require": "./dist/ndk-react.umd.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/ndk-react.umd.js",
Expand Down

0 comments on commit 7bf762a

Please sign in to comment.