Skip to content

Commit

Permalink
chore: fix types export
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 27, 2024
1 parent b6db3c4 commit 952a938
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/unplugin-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [
"dist"
],
Expand Down Expand Up @@ -96,4 +104,4 @@
"engines": {
"node": ">=v20.10.0"
}
}
}

0 comments on commit 952a938

Please sign in to comment.