Skip to content

Commit 2aeef7e

Browse files
committed
chore: pin typescript to 4.3 due to the auto import issue in 4.4
See microsoft/TypeScript#45921
1 parent 9918671 commit 2aeef7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/config/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"typecheck": "vue-tsc --noEmit"
55
},
66
"devDependencies": {
7-
"typescript": "~4.4.3",
7+
"typescript": "~4.3.5",
88
"vue-tsc": "^0.3.0"
99
}
1010
}

0 commit comments

Comments
 (0)