Skip to content

Commit

Permalink
fix(types): supports exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 2, 2024
1 parent 32754a3 commit 06146b7
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 @@ -26,7 +26,8 @@
"types": "./src/jdataview.d.ts",
"exports": {
".": {
"import": "./dist/jdataview.js"
"import": "./dist/jdataview.js",
"types": "./src/jdataview.d.ts"
}
},
"repository": {
Expand Down

0 comments on commit 06146b7

Please sign in to comment.