Skip to content

Commit

Permalink
chore: pin typescript to 4.3 due to the auto import issue in 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonreyes9 committed Oct 6, 2021
1 parent c2bf3c1 commit 6a70399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"typescript": "~4.4.3",
"typescript": "~4.3.5",
"vue-tsc": "^0.3.0"
}
}

0 comments on commit 6a70399

Please sign in to comment.