Skip to content

Commit

Permalink
fix(vitest-plugin): ensure typings are found when using exports
Browse files Browse the repository at this point in the history
Fix #34
  • Loading branch information
adriencaccia committed Jul 22, 2024
1 parent 46a7a56 commit 85d1506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
Expand Down

0 comments on commit 85d1506

Please sign in to comment.