Skip to content

Commit

Permalink
fix: restore support for moduleResolution Node* (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Mar 15, 2024
1 parent 2a50c76 commit 2f07483
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"types": "index.d.ts",
"typesVersions": {
">=5.0": {
"*": [
"dist/types/*"
]
}
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 2f07483

Please sign in to comment.