Skip to content

Commit

Permalink
feat: support node16 module resolution (#66)
Browse files Browse the repository at this point in the history
closes #65
  • Loading branch information
gunters63 committed Dec 12, 2022
1 parent 4eb8a4e commit 115bc87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -10,6 +10,9 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./client": {
"types": "./client.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 115bc87

Please sign in to comment.