Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit 502a320

Browse files
Don BurgessDon Burgess
authored andcommitted
corrected referenced.d pathing for gulp process
1 parent f027c01 commit 502a320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nativescript/references.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" />
2-
/// <reference path="./node_modules/typescript/lib/lib.d.ts" />
1+
/// <reference path="../node_modules/tns-core-modules/tns-core-modules.d.ts" />
2+
/// <reference path="../node_modules/typescript/lib/lib.d.ts" />

0 commit comments

Comments
 (0)