mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Update README.md
This commit is contained in:
@ -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/ios.d.ts" />
|
||||||
/// <reference path="./node_modules/tns-platform-declarations/android.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.
|
||||||
|
Reference in New Issue
Block a user