Update README.md

This commit is contained in:
tzraikov
2016-10-28 17:26:16 +03:00
committed by GitHub
parent 33b4343c3b
commit 667f33b47e

View File

@ -27,3 +27,5 @@ And add to a reference.d.ts:
/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
```
d.ts files require a lot of memory and CPU. Consider adding skipLibCheck option to tsconfig file.