Skip to content

Commit f6c02ff

Browse files
authored
Add tsc-alias to dev dependencies. (#380)
1 parent 48ea10c commit f6c02ff

File tree

2 files changed

+105
-3
lines changed

2 files changed

+105
-3
lines changed

Diff for: packages/vue-final-modal/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"scripts": {
2424
"dev": "vue-tsc --noEmit && vite build -w",
25-
"build": "vue-tsc --noEmit && vite build && vue-tsc -p tsconfig.build-dts.json --declaration --emitDeclarationOnly",
25+
"build": "vue-tsc --noEmit && vite build && vue-tsc -p tsconfig.build-dts.json --declaration --emitDeclarationOnly && tsc-alias -p tsconfig.build-dts.json",
2626
"cypress:open": "cypress open --browser chrome --component",
2727
"cypress:run": "cypress run --browser chrome --component",
2828
"typecheck": "vue-tsc --noEmit",
@@ -40,6 +40,7 @@
4040
"@vue-macros/volar": "^0.8.4",
4141
"cypress": "^12.16.0",
4242
"release-it": "^15.9.3",
43+
"tsc-alias": "^1.8.7",
4344
"unplugin-vue-define-options": "^1.3.8",
4445
"unplugin-vue-macros": "^2.3.0"
4546
},

Diff for: pnpm-lock.yaml

+103-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)