Skip to content

Commit

Permalink
fix: add types to package.json to fix missing type declarations error
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarkkkk committed Jun 20, 2023
1 parent 5ab615d commit 81fced5
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 @@ -6,6 +6,7 @@
"packageManager": "[email protected]",
"main": "./dist/vue-view-transitions.cjs",
"module": "./dist/vue-view-transitions.mjs",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist"
Expand All @@ -28,6 +29,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/vue-view-transitions.cjs",
"import": "./dist/vue-view-transitions.mjs"
}
Expand Down

0 comments on commit 81fced5

Please sign in to comment.