Skip to content

Commit

Permalink
fix: include vite/types/* in exports field (#14296)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy authored and bluwy committed Oct 3, 2023
1 parent be9201e commit d8529f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vite/package.json
Expand Up @@ -28,6 +28,9 @@
"types": "./client.d.ts"
},
"./dist/client/*": "./dist/client/*",
"./types/*": {
"types": "./types/*"
},
"./package.json": "./package.json"
},
"files": [
Expand Down

0 comments on commit d8529f9

Please sign in to comment.