Skip to content

Commit

Permalink
feat: export vite/types/*
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Sep 5, 2023
1 parent 34826aa commit 174b4e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
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 174b4e5

Please sign in to comment.