mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00

Add dev-setup to figure out links Update development workflow Update package.json and dts-ios Update the iOS declarations grunt is now fine
9 lines
397 B
TypeScript
9 lines
397 B
TypeScript
/// <reference path="../tns-platform-declarations/android.d.ts" />
|
|
/// <reference path="../tns-platform-declarations/ios.d.ts" />
|
|
|
|
/// <reference path="../tns-core-modules/tns-core-modules.d.ts" />
|
|
/// <reference path="../tns-core-modules/lib.core.d.ts" />
|
|
/// <reference path="../tns-core-modules/lib.dom.d.ts" />
|
|
|
|
/// <reference path="../tns-core-modules/ui/styling/css-selector-parser.d.ts" />
|