From 9f4e9b119ff1ba73cd0c2e967eb1be842c07195e Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Tue, 9 May 2017 13:36:02 +0300 Subject: [PATCH] Add note about TS 2.2 --- Modules30Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules30Changes.md b/Modules30Changes.md index 11a76552c..37ba7929e 100644 --- a/Modules30Changes.md +++ b/Modules30Changes.md @@ -5,7 +5,7 @@ We are moving the modules closer to ES6 standard. This introduces few limitations. One of them is modules can no longer export variable, in such cases variables were replaced with get/set functions. ## TypeScript -TypeScript projects need to reference the **ES6 and DOM libraries**. Add this to your tsconfig.json: +TypeScript projects need **TypeScript 2.2** or newer to transpile. You also need to reference the **ES6 and DOM libraries**. Add this to your `tsconfig.json`: ``` json {