Skip to content

Commit

Permalink
fix: use default types location to comply legacy tsc moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Sep 18, 2023
1 parent 1d08326 commit 0a26988
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"types": "./build/index.d.ts",
"exports": "./build/index.js",
"sideEffects": false,
"engines": {
"node": ">=16.10"
Expand Down

0 comments on commit 0a26988

Please sign in to comment.