Skip to content

Commit 115bc87

Browse files
authoredDec 12, 2022
feat: support node16 module resolution (#66)
closes #65
1 parent 4eb8a4e commit 115bc87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"types": "./dist/index.d.ts",
1111
"import": "./dist/index.mjs",
1212
"require": "./dist/index.js"
13+
},
14+
"./client": {
15+
"types": "./client.d.ts"
1316
}
1417
},
1518
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.