Merge branch 'master' of https://github.com/Microsoft/TypeScript into feature/eslint

This commit is contained in:
Alexander T
2019-07-30 13:00:07 +03:00
71 changed files with 101764 additions and 74939 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const del: typeof import("del") = require("del");
interface ExecResult {
stdout: Buffer;
stderr: Buffer;
status: number;
status: number | null;
}
interface UserConfig {