Skip to content

Commit

Permalink
Add typings to export field (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTechnics authored Jun 21, 2023
1 parent d5a979a commit 6011c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./nuxt": {
"types": "./dist/nuxt.d.ts",
"require": "./dist/nuxt.cjs",
"import": "./dist/nuxt.mjs"
}
Expand Down

0 comments on commit 6011c0f

Please sign in to comment.