This commit is contained in:
Leo Lee (DEVDIV) 2015-02-06 01:17:36 -08:00
Родитель 7e5959d9e5
Коммит 55d2bd28a7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -44,6 +44,7 @@ export class TypeScriptServices {
if (!fs.statSync(currentPath).isDirectory()) {
/* push the typescript files */
if (path.extname(currentPath) === ".ts" &&
!currentPath.match("d.ts$") &&
!currentPath.match("gulpfile.ts") &&
!currentPath.match("gulpmain.ts")) {
result.push(currentPath);