From 35b9159b5e588d8f21753782c18992e00ca5fa22 Mon Sep 17 00:00:00 2001 From: atanasovg Date: Fri, 16 May 2014 15:56:44 +0300 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c3721fc9d..c4c9b54ac 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ The BCL solution relies on a custom build task used to filter and rename the com E.g. the file `application.android.js`, containing the actual platform-specific implementation will become `application.js`. There is also the .impl suffix for files where we have definition and implementation file with the same name, e.g.: -file-system.d.ts +file-system.d.ts
file-system.impl.ts This is done to force the typescript compiler in Visual Studio to feed its definitions from the *.d.ts file rather than the implementation one.