Skip to content

Commit

Permalink
fix: package types (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Jun 14, 2023
1 parent ca59ad5 commit 463fde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/anu-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"module": "./dist/anu-vue.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"types": "./dist/types/packages/anu-vue/src/index.d.ts",
"import": "./dist/anu-vue.js",
"require": "./dist/anu-vue.umd.cjs"
},
Expand All @@ -36,7 +36,7 @@
"dist",
"volar.d.ts"
],
"types": "./dist/types",
"types": "./dist/types/packages/anu-vue/src/index.d.ts",
"scripts": {
"dev": "pnpm gen-comp-meta && concurrently \"vite build --watch\" \"vue-tsc --declaration --emitDeclarationOnly --watch\"",
"gen-comp-meta": "na tsx ../../scripts/gen-component-meta.ts",
Expand Down

0 comments on commit 463fde4

Please sign in to comment.