From d061bd80310c27827c7fe8e810a648b531aac220 Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Fri, 7 Oct 2016 09:11:33 +0300 Subject: [PATCH] Make the Grunt work --- gruntfile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index 35dba7957..01fd941df 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -420,9 +420,10 @@ module.exports = function(grunt) { "name": 'NativeScript', "includeDeclarations": undefined, "experimentalDecorators": undefined, - "mode": "file" + "mode": "file", + "tsconfig": "tsconfig.typedoc.json" }, - src: localCfg.srcTsdFiles + src: "tns-core-modules/tns-core-modules.d.ts" } } });