Skip to content

Commit

Permalink
Types for index
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jul 4, 2023
1 parent 533ec03 commit 450b8db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"main": "./lib/index.js",
"exports": {
".": {
"import": "./lib/index.js"
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./azure": {
"import": "./lib/azure.js",
Expand Down

0 comments on commit 450b8db

Please sign in to comment.