Skip to content

Commit 2c5b672

Browse files
committed
Make stub typescript gulpfile
1 parent f005591 commit 2c5b672

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • extensions/ql-vscode/_gulpfile.ts
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const task = (done: any) => {
2+
console.log('Hello world!');
3+
done();
4+
};
5+
6+
7+
export default task;

0 commit comments

Comments
 (0)