Skip to content

Commit

Permalink
feat(vuepress): add client-types export (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 31, 2023
1 parent 706a427 commit 57bb91b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/vuepress/client-types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@vuepress/client/types'
4 changes: 3 additions & 1 deletion packages/vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"./cli": "./dist/cli.js",
"./client": "./dist/client.js",
"./client-app": "./dist/client-app.js",
"./client-types": "./client-types.d.ts",
"./core": "./dist/core.js",
"./markdown": "./dist/markdown.js",
"./shared": "./dist/shared.js",
Expand All @@ -40,7 +41,8 @@
},
"files": [
"bin",
"dist"
"dist",
"client-types.d.ts"
],
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 57bb91b

Please sign in to comment.