Skip to content

Commit 85d1506

Browse files
committed
fix(vitest-plugin): ensure typings are found when using exports
Fix #34
1 parent 46a7a56 commit 85d1506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vitest-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"types": "./dist/index.d.ts",
1313
"exports": {
1414
".": {
15+
"types": "./dist/index.d.ts",
1516
"import": "./dist/index.mjs"
1617
}
1718
},

0 commit comments

Comments
 (0)