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 {