From 3a92da65db41166d05eb755907cf9de1fc7710c6 Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Wed, 28 Sep 2016 14:15:01 +0300 Subject: [PATCH] Point TypeScript 2.0.3+ required for the platform declarations --- tns-platform-declarations/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tns-platform-declarations/README.md b/tns-platform-declarations/README.md index 139883470..d58d7b104 100644 --- a/tns-platform-declarations/README.md +++ b/tns-platform-declarations/README.md @@ -5,7 +5,8 @@ Offically supported entry points: - `ios.d.ts` - For iOS SDK and runtime types. Using the declarations may conflict with DOM typings, -Consider the following settings in your `tsconfig.json`: +consider using TypeScript 2.0.3 or newer, +and the following settings in your `tsconfig.json`: ``` { "compilerOptions": { @@ -19,9 +20,9 @@ Consider the following settings in your `tsconfig.json`: } ``` -And add to the reference.d.ts: +And add to a reference.d.ts: ``` -/// Needed for autocompletion and compilation. +/// /// ///