Make the Grunt work

This commit is contained in:
Panayot Cankov
2016-10-07 09:11:33 +03:00
parent 43ceefdc03
commit d061bd8031

View File

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