Skip to content

Commit

Permalink
fix: 🐞 add "import" to "exports" in package.json file
Browse files Browse the repository at this point in the history
add "import" to "exports" in package.json file
  • Loading branch information
tal authored and tal committed Nov 26, 2023
1 parent 457b8be commit 28a72bb
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 @@ -28,7 +28,8 @@
"type": "module",
"exports": {
".": {
"types": "./dist/config.d.ts"
"types": "./dist/config.d.ts",
"import": "./dist/config.d.ts"
}
},
"files": [
Expand Down

0 comments on commit 28a72bb

Please sign in to comment.