Skip to content

Commit

Permalink
fix(types): support NodeNext
Browse files Browse the repository at this point in the history
fixes #342
  • Loading branch information
privatenumber committed Jan 23, 2024
1 parent b9e5b2a commit 037bb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,10 +21,10 @@
"dist"
],
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"types": "./dist/index.d.cts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"./package.json": "./package.json"
Expand Down

0 comments on commit 037bb99

Please sign in to comment.