Skip to content

Commit 64771a3

Browse files
authored
fix: include types in package.json exports (#321)
1 parent 389a427 commit 64771a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite-plugin-windicss/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
],
2020
"exports": {
2121
".": {
22+
"types": "./dist/index.d.ts",
2223
"require": "./dist/index.js",
2324
"import": "./dist/index.mjs"
2425
},

0 commit comments

Comments
 (0)