Move import typescrit out of gulp

This commit is contained in:
Alex Dima 2018-03-09 12:07:37 +01:00
parent c45bf2eff6
commit 4158e69096
5 changed files with 150 additions and 133 deletions

View file

@ -1,3 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
const fs = require('fs');
const path = require('path');