Skip to content

Commit

Permalink
fix: Correctly export for use with CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWrexes committed Nov 1, 2023
1 parent 0559d2d commit 09f3879
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
"url": "https://github.com/BHC-IT/stronk-types/issues"
},
"type": "module",
"exports": [
"./types/index.d.ts"
],
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./types/index.d.ts"
}
},
"types": "./types/index.d.ts",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 09f3879

Please sign in to comment.