Skip to content

Commit 31fa32a

Browse files
wbrezamattmazzola
authored andcommitted
Added dts files for es6 promise and pbi models (#41)
1 parent bded8a0 commit 31fa32a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gulpfile.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ gulp.task('ghpages', 'Deploy documentation to gh-pages', ['nojekyll'], function
3838

3939
gulp.task("docs", 'Compile documentation from src code', function () {
4040
return gulp
41-
.src(["src/**/*.ts"])
41+
.src([
42+
"typings/globals/es6-promise/index.d.ts",
43+
"node_modules/powerbi-models/dist/models.d.ts",
44+
"src/**/*.ts"
45+
])
4246
.pipe(typedoc({
4347
mode: 'modules',
4448
includeDeclarations: true,

0 commit comments

Comments
 (0)