From 094c86fbb3c0c161208f82b8dbd6123e1f6b3288 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Tue, 3 Nov 2015 14:31:37 +0200 Subject: [PATCH] Add the typings hint to nativescript-dev-typescript. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bdfc82587..49583fbe2 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,6 @@ "grunt-untar": "0.0.1", "mocha": "2.2.5", "typescript": "1.6.2" - } + }, + "typings": "tns-core-modules.d.ts" }