Pick up TS 3.8.2

This commit is contained in:
Matt Bierner
2020-02-20 21:38:14 -08:00
parent d17a017c0b
commit 9c0899f286
7 changed files with 17 additions and 26 deletions

View File

@@ -1,11 +1,2 @@
import * as Proto from 'typescript/lib/protocol';
export = Proto;
declare module "typescript/lib/protocol" {
// TODO: Remove this hardcoded type once we update to TS 3.8+ that brings in the proper types
interface Response {
performanceData?: {
updateGraphDurationMs?: number;
}
}
}