From a0582672e5a43cdc18c8a2e69a2849c66e81fb9b Mon Sep 17 00:00:00 2001 From: Nick Excell Date: Fri, 18 Sep 2020 20:01:14 +0100 Subject: [PATCH] Update minimum compiler version to 3.6.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe1dc913..381f4620e 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ If you'd like find out further ways to improve your build using the watch API th ### Compatibility -* TypeScript: 2.4.1+ +* TypeScript: 3.6.3+ * webpack: 4.x+ (please use `ts-loader` 3.x if you need webpack 2 or 3 support) * node: 6.11.5 minimum (aligned with webpack 4)