forked from PeterStaev/NativeScript-Status-Bar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.d.ts
More file actions
11 lines (9 loc) · 793 Bytes
/
references.d.ts
File metadata and controls
11 lines (9 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
/// <reference path="node_modules/typescript/lib/lib.es2015.core.d.ts" />
/// <reference path="node_modules/typescript/lib/lib.es2015.generator.d.ts" />
/// <reference path="node_modules/typescript/lib/lib.es2015.proxy.d.ts" />
/// <reference path="node_modules/typescript/lib/lib.es2015.reflect.d.ts" />
/// <reference path="node_modules/typescript/lib/lib.es5.d.ts" />
/// <reference path="node_modules/tns-core-modules/tns-core-modules.d.ts" />
/// <reference path="node_modules/tns-core-modules/lib.dom.d.ts" />
/// <reference path="node_modules/tns-platform-declarations/tns-core-modules/android17.d.ts" /> Needed for autocompletion and compilation.
/// <reference path="node_modules/tns-platform-declarations/tns-core-modules/ios/ios.d.ts" /> Needed for autocompletion and compilation.