зеркало из https://github.com/microsoft/TACO.git
This commit is contained in:
Родитель
7e5959d9e5
Коммит
55d2bd28a7
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче