Skip to content

Commit

Permalink
types: fix types error
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 21, 2023
1 parent 12f4129 commit 7477d54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/axle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"types": "index.d.ts",
"typesVersions": {
"*": {
"*": [
"./lib/*"
]
}
},
"exports": {
".": {
"import": "./lib/index.js",
Expand Down

0 comments on commit 7477d54

Please sign in to comment.