Skip to content

Commit 5fc5461

Browse files
committed
Added Course Basics
1 parent 799f4a0 commit 5fc5461

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gulpfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
// Compile with Typescript
3838
.pipe(gulpTypescript({
3939
noImplicitAny: true,
40+
outdir: "./dist",
41+
filesGlob : [
42+
"node_modules/@types",
43+
"typings/index.d.ts"
44+
],
4045
})).js
4146

4247
// Append Warning Comment

0 commit comments

Comments
 (0)