From cb606816b0993c4f3e75c3b6cbb1dc062b7dca73 Mon Sep 17 00:00:00 2001 From: Anikeev Gennadiy <30929183+anikeef@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:09:21 +0600 Subject: [PATCH] docs: Update required typescript version (#802) Co-authored-by: Anthony Fu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d2a307..09685d08 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ const { ref, reactive } = VueCompositionAPI ## TypeScript Support -> TypeScript version **>3.5.1** is required +> TypeScript version **>4.2** is required To let TypeScript properly infer types inside Vue component options, you need to define components with `defineComponent`