Skip to content

Commit

Permalink
fix: fix node10 ts support
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Sep 3, 2024
1 parent 7c6561c commit ad3b98c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts",
"./dist/composables.d.ts"
]
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit ad3b98c

Please sign in to comment.