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" } } });