Skip to content

Commit

Permalink
Add types exports path
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq authored and kamranahmedse committed Aug 4, 2023
1 parent 529f19a commit e986f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"exports": {
".": {
"types": "./dist/driver.js.d.ts",
"require": "./dist/driver.js.cjs",
"import": "./dist/driver.js.mjs"
},
Expand Down

0 comments on commit e986f9c

Please sign in to comment.