Skip to content

Commit 60b269b

Browse files
committed
build: added temporary workaround for @vuejs/language-tools #4497
vuejs/language-tools#4497
1 parent 5948af6 commit 60b269b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@
164164
"vue-loader": "^17.4.2",
165165
"vue-tsc": "^2.0.19"
166166
},
167+
"pnpm": {
168+
"overrides": {
169+
"@volar/typescript": "2.3.1",
170+
"@volar/language-core": "2.3.1"
171+
}
172+
},
167173
"author": "Alan <alanscodelog@gmail.com>",
168174
"repository": "https://github.com/alanscodelog/vue-components",
169175
"license": "MIT",

0 commit comments

Comments
 (0)