Skip to content

Commit

Permalink
fix: include types in package.json exports (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmukuthu committed Aug 12, 2023
1 parent 389a427 commit 64771a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite-plugin-windicss/package.json
Expand Up @@ -19,6 +19,7 @@
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
Expand Down

0 comments on commit 64771a3

Please sign in to comment.