We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b4343 commit 667f33bCopy full SHA for 667f33b
tns-platform-declarations/README.md
@@ -27,3 +27,5 @@ And add to a reference.d.ts:
27
/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
28
/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
29
```
30
+
31
+d.ts files require a lot of memory and CPU. Consider adding skipLibCheck option to tsconfig file.
0 commit comments