Skip to content

Commit

Permalink
Define "types" field first
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar authored Mar 19, 2024
1 parent 2073220 commit 335f5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"type": "module",
"source": "./src/js/index.js",
"exports": {
"default": "./dist/index.js",
"types": "./src/js/index.d.ts"
"types": "./src/js/index.d.ts",
"default": "./dist/index.js"
},
"module": "./dist/index.esm.js",
"types": "./src/js/index.d.ts",
Expand Down

0 comments on commit 335f5d7

Please sign in to comment.