From 553750b24bd53dd5941b2aa43c36eafa59514ba8 Mon Sep 17 00:00:00 2001 From: Wallace Breza Date: Tue, 30 Aug 2016 15:48:46 -0700 Subject: [PATCH] Added dts files for es6 promise and pbi models --- gulpfile.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 45fad790..48386ba5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,7 +38,11 @@ gulp.task('ghpages', 'Deploy documentation to gh-pages', ['nojekyll'], function gulp.task("docs", 'Compile documentation from src code', function () { return gulp - .src(["src/**/*.ts"]) + .src([ + "typings/globals/es6-promise/index.d.ts", + "node_modules/powerbi-models/dist/models.d.ts", + "src/**/*.ts" + ]) .pipe(typedoc({ mode: 'modules', includeDeclarations: true,